Adds new unexposed and experimental IVF format (#127528)

This commit is contained in:
Benjamin Trent 2025-05-07 14:59:57 -04:00 committed by GitHub
parent 76ee76a8ea
commit ebe8ea6136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 2582 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