elasticsearch/docs/reference/search
Nik Everett 8904ffe2be
Add extra profiling information to terms agg (#73636)
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.
2021-06-21 10:10:41 -04:00
..
search-your-data [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
suggesters [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
async-search.asciidoc [DOCS] Fixes typo in async search API docs. (#70448) 2021-03-16 14:36:12 +01:00
clear-scroll-api.asciidoc [DOCS] Fix case for 'Boolean' (#64299) 2020-10-29 09:04:43 -04:00
count.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
explain.asciidoc [DOCS] Consolidate routing parameter definitions (#73107) 2021-05-14 12:27:19 -04:00
field-caps.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
multi-search.asciidoc [DOCS] Remove 'closed data stream' reference 2021-05-27 16:07:09 -04:00
point-in-time-api.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
profile.asciidoc Add extra profiling information to terms agg (#73636) 2021-06-21 10:10:41 -04:00
rank-eval.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
scroll-api.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search-shards.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search-template.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
search.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
suggesters.asciidoc [DOCS] Fix minor suggester doc errors (#68244) 2021-02-01 09:33:12 -05:00
terms-enum.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00
validate.asciidoc [DOCS] Update alias references (#73427) 2021-05-27 16:00:57 -04:00