mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
d791ddf704
Set lucene version to 6.4.0-snapshot-ec38570 and update all the sha1s/license Fix invalid combo after upgrade in query_string query. split_on_whitespace=false is disallowed if auto_generate_phrase_queries=true Adapt the expectations of some tests to the new format of the Lucene explain output
25 lines
621 B
Properties
25 lines
621 B
Properties
elasticsearch = 6.0.0-alpha1
|
|
lucene = 6.4.0-snapshot-ec38570
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.8.1
|
|
snakeyaml = 1.15
|
|
# When updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.7
|
|
slf4j = 1.6.2
|
|
jna = 4.2.2
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.4.0
|
|
junit = 4.11
|
|
httpclient = 4.5.2
|
|
httpcore = 4.4.5
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# benchmark dependencies
|
|
jmh = 1.15
|