Reapply "Adds new unexposed and experimental IVF format (#127528)" (#128005) (#128051)

This reverts commit 8a17a5ed5f.

reapplying ivf format, but with a fix.
This commit is contained in:
Benjamin Trent 2025-05-13 18:47:59 -04:00 committed by GitHub
parent d07ec0cc44
commit 1324ee0115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 2576 additions and 3 deletions

View file

@ -454,7 +454,8 @@ module org.elasticsearch.server {
org.elasticsearch.index.codec.vectors.es816.ES816BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es816.ES816HnswBinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es818.ES818BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es818.ES818HnswBinaryQuantizedVectorsFormat;
org.elasticsearch.index.codec.vectors.es818.ES818HnswBinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.IVFVectorsFormat;
provides org.apache.lucene.codecs.Codec
with