Uses of Package
org.apache.lucene.codecs.hnsw
-
Packages that use org.apache.lucene.codecs.hnsw Package Description org.apache.lucene.analysis.synonym.word2vec Analysis components for Synonyms using Word2Vec model.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.backward_codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.backward_codecs.lucene94 Lucene 9.4 file format.org.apache.lucene.backward_codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.bitvectors A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graphorg.apache.lucene.codecs.hnsw HNSW vector helper classes.org.apache.lucene.codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.internal.vectorization Internal implementations to support SIMD vectorization. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.analysis.synonym.word2vec Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene91 Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene92 Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene94 Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.backward_codecs.lucene95 Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
.HnswGraphProvider An interface that provides an HNSW graph. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.bitvectors Class Description FlatVectorsFormat Encodes/decodes per-document vectors and provides a scoring interface for the flat stored vectorsFlatVectorsScorer 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 vectors -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.hnsw Class Description DefaultFlatVectorScorer Default implementation ofFlatVectorsScorer
.FlatFieldVectorsWriter Vectors' writer for a fieldFlatVectorsReader Reads vectors from an index.FlatVectorsScorer 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 vectorsFlatVectorsWriter Vectors' 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.lucene95 Class Description FlatVectorsScorer 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 vectors -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.codecs.lucene99 Class Description FlatFieldVectorsWriter Vectors' writer for a fieldFlatVectorsFormat Encodes/decodes per-document vectors and provides a scoring interface for the flat stored vectorsFlatVectorsReader Reads vectors from an index.FlatVectorsScorer 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 vectorsFlatVectorsWriter Vectors' writer for a field that allows additional indexing logic to be implemented by the callerHnswGraphProvider An interface that provides an HNSW graph. -
Classes in org.apache.lucene.codecs.hnsw used by org.apache.lucene.internal.vectorization Class Description FlatVectorsScorer 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 vectors