mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
4632661bc7
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
32 lines
1.2 KiB
Properties
32 lines
1.2 KiB
Properties
# When updating elasticsearch, please update 'rest' version in core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
elasticsearch = 6.0.0-alpha1
|
|
lucene = 7.0.0-snapshot-89f6d17
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.8.6
|
|
snakeyaml = 1.15
|
|
# When updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.8.2
|
|
slf4j = 1.6.2
|
|
jna = 4.4.0
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.5.0
|
|
junit = 4.11
|
|
httpclient = 4.5.2
|
|
# When updating httpcore, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpcore = 4.4.5
|
|
# When updating httpasyncclient, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpasyncclient = 4.1.2
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# When updating mocksocket, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
mocksocket = 1.1
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.17.3
|