查询语句
{
"query": {
"match_all": {}
}
}
上面这个语句是kibana的dev tool模块的一个默认 语句。我也是随手 一执行,发现一个怪异的现象。
我们那个索引大约有2亿条数据,返回的hit 只表明有3000多万条,差距巨大。
{
"took": 93,
"timed_out": false,
"_shards": {
"total": 30,
"successful": 30,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 36614326,
"max_score": 1,
"hits": [
{...
{
"query": {
"match_all": {}
}
}
上面这个语句是kibana的dev tool模块的一个默认 语句。我也是随手 一执行,发现一个怪异的现象。
我们那个索引大约有2亿条数据,返回的hit 只表明有3000多万条,差距巨大。
{
"took": 93,
"timed_out": false,
"_shards": {
"total": 30,
"successful": 30,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 36614326,
"max_score": 1,
"hits": [
{...
3 个回复
God_lockin
赞同来自: Leeeo
Leeeo - 90后IT男
赞同来自:
rochy - rochy_he
赞同来自:
可以截图看一下记录数