Skip to content

Commit 44e9c0b

Browse files
authored
Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)
Most notable changes: - better update concurrency: LUCENE-7868 - TopDocs.totalHits is now a long: LUCENE-7872 - QueryBuilder does not remove the boolean query around multi-term synonyms: LUCENE-7878 - removal of Fields: LUCENE-7500 For the `TopDocs.totalHits` change, this PR relies on the fact that the encoding of vInts and vLongs are compatible: you can write and read with any of them as long as the value can be represented by a positive int.
1 parent a977569 commit 44e9c0b

File tree

71 files changed

+144
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+144
-143
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# When updating elasticsearch, please update 'rest' version in core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
22
elasticsearch = 6.0.0-alpha3
3-
lucene = 7.0.0-snapshot-92b1783
3+
lucene = 7.0.0-snapshot-ad2cb77
44

55
# optional dependencies
66
spatial4j = 0.6

core/licenses/lucene-analyzers-common-7.0.0-snapshot-92b1783.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
00d3260223eac0405a82eeeb8439de0e5eb5f888

core/licenses/lucene-backward-codecs-7.0.0-snapshot-92b1783.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3a698989219afd9150738899bc849075c102881b

core/licenses/lucene-core-7.0.0-snapshot-92b1783.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bb636d31949418943454dbe2d72b9b66cd743f9f

core/licenses/lucene-grouping-7.0.0-snapshot-92b1783.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
720252d786273edcc48b2ae7b380bc229fe8930c

core/licenses/lucene-highlighter-7.0.0-snapshot-92b1783.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)