Merge main into multi-project

This commit is contained in:
Niels Bauman 2024-12-10 06:23:29 +01:00 committed by GitHub
parent a6202d2443
commit 33f48b728f
136 changed files with 5029 additions and 1432 deletions

View file

@ -460,7 +460,9 @@ module org.elasticsearch.server {
org.elasticsearch.index.codec.vectors.ES815HnswBitVectorsFormat,
org.elasticsearch.index.codec.vectors.ES815BitFlatVectorFormat,
org.elasticsearch.index.codec.vectors.es816.ES816BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es816.ES816HnswBinaryQuantizedVectorsFormat;
org.elasticsearch.index.codec.vectors.es816.ES816HnswBinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es818.ES818BinaryQuantizedVectorsFormat,
org.elasticsearch.index.codec.vectors.es818.ES818HnswBinaryQuantizedVectorsFormat;
provides org.apache.lucene.codecs.Codec
with