mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
I was helping some folks debug an issue with the terms agg and noticed that we didn't always have the `total_buckets` debug information. I also noticed that we can't tell how many buckets we build, so I added that too as `built_buckets`. Finally, I noticed that when we're using segment ords we count segments without any values as "multi-valued". We can do better there and count them as no-valued. That will, mostly, just improve the profiling. When we collect from global ords we have no way to tell how many values are on the segment so segments without any values will, sadly, in this case still be miscounted as multi-valued. |
||
---|---|---|
.. | ||
search-your-data | ||
suggesters | ||
async-search.asciidoc | ||
clear-scroll-api.asciidoc | ||
count.asciidoc | ||
explain.asciidoc | ||
field-caps.asciidoc | ||
multi-search.asciidoc | ||
point-in-time-api.asciidoc | ||
profile.asciidoc | ||
rank-eval.asciidoc | ||
scroll-api.asciidoc | ||
search-shards.asciidoc | ||
search-template.asciidoc | ||
search.asciidoc | ||
suggesters.asciidoc | ||
terms-enum.asciidoc | ||
validate.asciidoc |