OpenSearch/docs/reference/search/facets
uboness afb0d119e4 - Added docs for the value_count aggregation
- Fixed typos in the terms facets docs
- Fixed aggregation docs layout
- Added docs for shard_size in term aggregation
2013-11-29 12:35:42 +01:00
..
date-histogram-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
filter-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
geo-distance-facet.asciidoc Add distance supported units 2013-09-17 14:21:45 +02:00
histogram-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
query-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
range-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
statistical-facet.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
terms-facet.asciidoc - Added docs for the value_count aggregation 2013-11-29 12:35:42 +01:00
terms-stats-facet.asciidoc introduced support for "shard_size" for terms & terms_stats facets. The "shard_size" is the number of term entries each shard will send back to the coordinating node. "shard_size" > "size" will increase the accuracy (both in terms of the counts associated with each term and the terms that will actually be returned the user) - of course, the higher "shard_size" is, the more expensive the processing becomes as bigger queues are maintained on a shard level and larger lists are streamed back from the shards. 2013-10-02 22:02:00 +02:00