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

This reverts commit ebe8ea6136.
This commit is contained in:
John Wagster 2025-05-09 17:10:11 -05:00 committed by GitHub
parent 648d74bf97
commit 8a17a5ed5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 3 additions and 2582 deletions

View file

@ -454,8 +454,7 @@ 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.IVFVectorsFormat;
org.elasticsearch.index.codec.vectors.es818.ES818HnswBinaryQuantizedVectorsFormat;
provides org.apache.lucene.codecs.Codec
with