Commit 1d762c6
authored
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#137571 parent 3e1bbc9 commit 1d762c6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
755 | | - | |
756 | | - | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
0 commit comments