Uses of Package
org.apache.lucene.codecs.hnsw
Packages that use org.apache.lucene.codecs.hnsw
Package
Description
Analysis components for Synonyms using Word2Vec model.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
HNSW vector helper classes.
Lucene 9.5 file format.
Lucene 9.9 file format.
Internal implementations to support SIMD vectorization.
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.analysis.synonym.word2vec
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene91
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene92
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene94
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene95ClassDescriptionDefault implementation of
FlatVectorsScorer
.An interface that provides an HNSW graph. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.bitvectorsClassDescriptionEncodes/decodes per-document vectors and provides a scoring interface for the flat stored vectorsProvides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectors
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.hnswClassDescriptionDefault implementation of
FlatVectorsScorer
.Vectors' writer for a fieldReads vectors from an index.Provides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectorsVectors' writer for a field that allows additional indexing logic to be implemented by the caller -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.lucene95ClassDescriptionProvides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectors
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.lucene99ClassDescriptionVectors' writer for a fieldEncodes/decodes per-document vectors and provides a scoring interface for the flat stored vectorsReads vectors from an index.Provides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectorsVectors' writer for a field that allows additional indexing logic to be implemented by the callerAn interface that provides an HNSW graph.
-
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.internal.vectorizationClassDescriptionProvides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectors