File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
org/elasticsearch/index/codec/vectors/es910 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 456456 org .elasticsearch .index .codec .vectors .es816 .ES816HnswBinaryQuantizedVectorsFormat ,
457457 org .elasticsearch .index .codec .vectors .es818 .ES818BinaryQuantizedVectorsFormat ,
458458 org .elasticsearch .index .codec .vectors .es818 .ES818HnswBinaryQuantizedVectorsFormat ,
459+ org .elasticsearch .index .codec .vectors .es910 .ES910HnswVectorsFormat ,
459460 org .elasticsearch .index .codec .vectors .IVFVectorsFormat ;
460461
461462 provides org .apache .lucene .codecs .Codec
Original file line number Diff line number Diff line change 4444 */
4545public class ES910HnswVectorsFormat extends KnnVectorsFormat {
4646
47- static final String NAME = "ES910HnswReducedHeapVectorsFormat " ;
47+ static final String NAME = "ES910HnswVectorsFormat " ;
4848
4949 static final String META_CODEC_NAME = "Lucene99HnswVectorsFormatMeta" ;
5050 static final String VECTOR_INDEX_CODEC_NAME = "Lucene99HnswVectorsFormatIndex" ;
You can’t perform that action at this time.
0 commit comments