OpenSearch/plugins
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
..
analysis-icu Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
analysis-kuromoji Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
analysis-phonetic Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
analysis-smartcn Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
analysis-stempel Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
analysis-ukrainian Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
discovery-azure-classic Correct warning header to be compliant 2017-02-27 12:14:21 -05:00
discovery-ec2 Discovery EC2: Remove region setting (#23991) 2017-04-07 22:06:40 -07:00
discovery-file Tests: Move cluster dependencies from runner to cluster (#24142) 2017-04-17 16:02:46 -07:00
discovery-gce GceDiscoverTests - remove intitial_state_timeout 2017-04-03 16:50:40 +02:00
ingest-attachment Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
ingest-geoip Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
ingest-user-agent Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
jvm-example Tests: Move cluster dependencies from runner to cluster (#24142) 2017-04-17 16:02:46 -07:00
mapper-murmur3 Removes version 2.x constants from Version (#24011) 2017-04-11 08:31:22 +01:00
mapper-size [TEST] don't check exact size in mapper-size yaml test 2017-02-27 12:27:03 +01:00
repository-azure Add Backoff policy to azure repository 2017-04-03 10:52:44 +02:00
repository-gcs Collapse repository gcs classes into a single java package (#23975) 2017-04-07 11:27:26 -07:00
repository-hdfs Tests: Move cluster dependencies from runner to cluster (#24142) 2017-04-17 16:02:46 -07:00
repository-s3 S3 Repository: Remove unused files (#24145) 2017-04-18 01:19:25 -07:00
store-smb Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
build.gradle Plugins: Include license and notice files in zip (#23191) 2017-02-15 11:23:12 -08:00