mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
71b8494181
Backport of #39350 Contains the following: * LUCENE-8635: Move terms dictionary off-heap for non-primary-key fields in `MMapDirectory` * LUCENE-8292: `TermsEnum` is fully abstract * LUCENE-8679: Return WITHIN in `EdgeTree#relateTriangle` only when polygon and triangle share one edge * LUCENE-8676: Nori tokenizer deals correctly with large buffers * LUCENE-8697: `GraphTokenStreamFiniteStrings` better handles side paths with gaps * LUCENE-8664: Add `equals` and `hashCode` to `TotalHits` * LUCENE-8660: `TopDocsCollector` returns accurate hit counts if the total equals the threshold * LUCENE-8654: `Polygon2D#relateTriangle` fix for when the polygon is inside the triangle * LUCENE-8645: `Intervals#fixField` can merge intervals from different fields * LUCENE-8585: Create jump-tables for DocValues at index time
38 lines
1.0 KiB
Properties
38 lines
1.0 KiB
Properties
elasticsearch = 7.1.0
|
|
lucene = 8.0.0-snapshot-ff9509a8df
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.7
|
|
jts = 1.15.0
|
|
# note that ingest-geoip has a hard-coded version; if you modify this version,
|
|
# you should also inspect that version to see if it can be advanced along with
|
|
# the com.maxmind.geoip2:geoip2 dependency
|
|
jackson = 2.8.11
|
|
snakeyaml = 1.17
|
|
icu4j = 62.1
|
|
supercsv = 2.4.0
|
|
# when updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.11.1
|
|
slf4j = 1.6.2
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
jna = 4.5.1
|
|
|
|
netty = 4.1.32.Final
|
|
joda = 2.10.1
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.7.1
|
|
junit = 4.12
|
|
httpclient = 4.5.7
|
|
httpcore = 4.4.11
|
|
httpasyncclient = 4.1.4
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.11
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
mocksocket = 1.2
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.19
|