mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Merge main into multi-project
This commit is contained in:
parent
a6202d2443
commit
33f48b728f
136 changed files with 5029 additions and 1432 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue