Upgrade to lucene-9.5.0-snapshot-d19c3e2e0ed (#92957)

9.5 will include several changes related to vector search. An extensive list is available at https://github.com/apache/lucene/milestone/4 .
This commit is contained in:
Luca Cavanna 2023-01-19 14:07:33 +01:00 committed by GitHub
parent 6ff081beef
commit edd7749164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 3655 additions and 2087 deletions

View file

@ -17,7 +17,7 @@ esplugin {
dependencies {
api "org.apache.lucene:lucene-expressions:${versions.lucene}"
runtimeOnly "org.apache.lucene:lucene-codecs:${versions.lucene}"
runtimeOnly 'org.antlr:antlr4-runtime:4.5.1-1'
runtimeOnly "org.antlr:antlr4-runtime:${versions.antlr4}"
runtimeOnly 'org.ow2.asm:asm:7.2'
runtimeOnly 'org.ow2.asm:asm-commons:7.2'
runtimeOnly 'org.ow2.asm:asm-tree:7.2'