gpt4 book ai didi

elasticsearch - Elasticsearch -计数api显示索引的总文档计数不正确

转载 作者:行者123 更新时间:2023-12-03 00:45:20 24 4
gpt4 key购买 nike

我对 flex 搜索中选定索引的文档计数感到有些困惑,以下是索引片段

GET /_cat/indices/zipkin-span-2020-07-30?v

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open zipkin-span-2020-07-30 STcY29kkT3W7Y0XybbfVTQ 1 1 264996 0 88.9mb 88.9mb
它显示的文档数是264996,而当我按下以下请求时,它显示的记录很少(最多20条记录)
GET /zipkin-span-2020-07-30/_search

{"took":774,"timed_out":false,"_shards":{"total":1,"successful":1,"skipped":0,"failed":0},
"hits":{"total":{"value":10000,"relation":"gte"},"max_score":1.0,"hits":[{.... records.....}]}}
注意-我也尝试使用滚动API,但仍显示相同的输出。
题 -
  • 此问题与重复记录有关吗?
  • 此计数是否也考虑副本记录?
  • 最佳答案

    默认情况下,搜索请求将准确地计算总点击数,最多10,000个文档。如果与查询匹配的总点击数大于该值,则响应将指示返回值是下界
    请参阅official documentation以了解更多有关此的信息
    默认情况下,Elastic返回10个文档,如果要增加文档数量,请在查询中添加size参数。

    关于elasticsearch - Elasticsearch -计数api显示索引的总文档计数不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63181248/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com