mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
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:
parent
6ff081beef
commit
edd7749164
59 changed files with 3655 additions and 2087 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue