Skip to content

Commit 1d762c6

Browse files
CNDB-13718: Switch to official Apache Lucene 9.8.0 dep (#1694)
### What is the issue Fixes: riptano/cndb#13718 ### What does this PR fix and why was it fixed We had adopted this version of lucene datastax/lucene@5ea8bb4 in order to support our custom modifications of HNSW on top of lucene. We now use https://github.com/datastax/jvector for vector search and no longer need a custom build. I propose we use 9.8.0 since that is the closest release to the one we have been using. CNDB test pr: riptano/cndb#13757
1 parent 3e1bbc9 commit 1d762c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,9 @@
751751
</dependency>
752752
<dependency groupId="org.hamcrest" artifactId="hamcrest" version="2.2" scope="test"/>
753753
<dependency groupId="org.agrona" artifactId="agrona" version="1.20.0" />
754-
<dependency groupId="org.apache.lucene" artifactId="lucene-core" version="9.8.0-5ea8bb4f21" />
755-
<dependency groupId="org.apache.lucene" artifactId="lucene-analysis-common" version="9.8.0-5ea8bb4f21" />
756-
<dependency groupId="org.apache.lucene" artifactId="lucene-backward-codecs" version="9.8.0-5ea8bb4f21" />
754+
<dependency groupId="org.apache.lucene" artifactId="lucene-core" version="9.8.0" />
755+
<dependency groupId="org.apache.lucene" artifactId="lucene-analysis-common" version="9.8.0" />
756+
<dependency groupId="org.apache.lucene" artifactId="lucene-backward-codecs" version="9.8.0" />
757757
<dependency groupId="io.github.jbellis" artifactId="jvector" version="4.0.0-beta.4" />
758758
<dependency groupId="com.bpodgursky" artifactId="jbool_expressions" version="1.14" scope="test"/>
759759

0 commit comments

Comments
 (0)