elasticsearch/docs/reference/aggregations
Adrien Grand bde99bad2e Use a static default precision for the cardinality aggregation. #19215
Today the default precision for the cardinality aggregation depends on how many
parent bucket aggregations it had. The reasoning was that the more parent bucket
aggregations, the more buckets the cardinality had to be computed on. And this
number could be huge depending on what the parent aggregations actually are.

However now that we run terms aggregations in breadth-first mode by default when
there are sub aggregations, it is less likely that we have to run the cardinality
aggregation on kagilions of buckets. So we could use a static default, which will
be less confusing to users.
2016-07-18 11:30:41 +02:00
..
bucket non-binary gender option in term aggr. example (#19188) 2016-07-01 14:59:03 +02:00
matrix refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics Use a static default precision for the cardinality aggregation. #19215 2016-07-18 11:30:41 +02:00
pipeline serial-diff-aggregation.asciidoc: fix a mistake (#17950) 2016-04-25 07:45:54 -04:00
bucket.asciidoc Update bucket.asciidoc 2016-04-22 10:54:25 -06:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
misc.asciidoc Docs: Convert aggs/misc to CONSOLE 2016-06-22 14:52:06 -04:00
pipeline.asciidoc Documented [] syntax for buckets_path 2016-03-01 09:55:01 +01:00