elasticsearch/docs/reference/aggregations/metrics
Adrien Grand 4632661bc7 Upgrade to a Lucene 7 snapshot (#24089)
We want to upgrade to Lucene 7 ahead of time in order to be able to check whether it causes any trouble to Elasticsearch before Lucene 7.0 gets released. From a user perspective, the main benefit of this upgrade is the enhanced support for sparse fields, whose resource consumption is now function of the number of docs that have a value rather than the total number of docs in the index.

Some notes about the change:
 - it includes the deprecation of the `disable_coord` parameter of the `bool` and `common_terms` queries: Lucene has removed support for coord factors
 - it includes the deprecation of the `index.similarity.base` expert setting, since it was only useful to configure coords and query norms, which have both been removed
 - two tests have been marked with `@AwaitsFix` because of #23966, which we intend to address after the merge
2017-04-18 15:17:21 +02:00
..
avg-aggregation.asciidoc Docs: CONSOLEify sum aggregation docs 2017-02-07 14:18:54 -05:00
cardinality-aggregation.asciidoc Remove most of the need for // NOTCONSOLE 2016-09-06 10:32:54 -04:00
extendedstats-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
geobounds-aggregation.asciidoc CONSOLEify geo aggregation docs 2017-03-30 21:28:52 -04:00
geocentroid-aggregation.asciidoc Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
max-aggregation.asciidoc CONSOLE-ify min and max aggregation docs 2017-01-20 15:33:00 -05:00
min-aggregation.asciidoc CONSOLE-ify min and max aggregation docs 2017-01-20 15:33:00 -05:00
percentile-aggregation.asciidoc [DOCS] fix documentation for selecting algorithm for percentiles agg 2016-07-27 08:48:51 +01:00
percentile-rank-aggregation.asciidoc [DOCS] fix documentation for selecting algorithm for percentiles agg 2016-07-27 08:48:51 +01:00
scripted-metric-aggregation.asciidoc Docs: corrected "and" --> "an" (#23376) 2017-02-27 14:38:29 -05:00
stats-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
sum-aggregation.asciidoc Docs: CONSOLEify sum aggregation docs 2017-02-07 14:18:54 -05:00
tophits-aggregation.asciidoc Add tests for top_hits aggregation (#22754) 2017-01-25 16:15:50 -05:00
valuecount-aggregation.asciidoc Docs: CONSOLE-ify value_count aggregation docs 2017-01-23 10:07:29 -05:00