es – elasticsearch – aggs – metrics – top_metrics

世界上并没有完美的程序,但是我们并不因此而沮丧,因为写程序就是一个不断追求完美的过程。

问:top_metrics有什么特点? 答: 问:top_metrics如何使用? 答:
DELETE /top_metrics_test

PUT /top_metrics_test
{
"mappings": {
"properties": {
"type": {"type": "integer"},
"num": {"type": "integer"},
"date": {"type": "date"}
}
}
}

POST /top_metrics_test/_doc/1
{
"type": 1,
"num": 3,
"date": "2021-09-08"
}

POST /top_metrics_test/_doc/2
{

es – elasticsearch – aggs – metrics – top_metrics最先出现在Python成神之路

版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/7113.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>