OpenSearch/docs/reference/aggregations
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
..
bucket Update filter-aggregation.asciidoc (#24138) 2017-04-17 18:46:13 -04:00
matrix refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
pipeline Correct documentation for Min Bucket Aggregation (#23867) 2017-04-05 12:39:37 +02:00
bucket.asciidoc Docs fix - Added missing link to new Adjacency-matrix agg 2017-01-23 10:18:30 +00: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 Use `typed_keys` parameter to prefix suggester names by type in search responses (#23080) 2017-02-10 10:53:38 +01:00
pipeline.asciidoc Remove most of the need for `// NOTCONSOLE` 2016-09-06 10:32:54 -04:00