Uses of Class
org.apache.lucene.codecs.KnnVectorsReader
-
Packages that use KnnVectorsReader Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of KnnVectorsReader in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return KnnVectorsReader Modifier and Type Method Description abstract KnnVectorsReader
KnnVectorsFormat. fieldsReader(SegmentReadState state)
Returns aKnnVectorsReader
to read the vectors from the index.KnnVectorsReader
KnnVectorsReader. getMergeInstance()
Returns an instance optimized for merging. -
Uses of KnnVectorsReader in org.apache.lucene.codecs.lucene90
Subclasses of KnnVectorsReader in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search.Methods in org.apache.lucene.codecs.lucene90 that return KnnVectorsReader Modifier and Type Method Description KnnVectorsReader
Lucene90HnswVectorsFormat. fieldsReader(SegmentReadState state)
-
Uses of KnnVectorsReader in org.apache.lucene.codecs.perfield
Subclasses of KnnVectorsReader in org.apache.lucene.codecs.perfield Modifier and Type Class Description static class
PerFieldKnnVectorsFormat.FieldsReader
VectorReader that can wrap multiple delegate readers, selected by field.Methods in org.apache.lucene.codecs.perfield that return KnnVectorsReader Modifier and Type Method Description KnnVectorsReader
PerFieldKnnVectorsFormat. fieldsReader(SegmentReadState state)
KnnVectorsReader
PerFieldKnnVectorsFormat.FieldsReader. getFieldReader(String field)
Return the underlying VectorReader for the given field -
Uses of KnnVectorsReader in org.apache.lucene.index
Fields in org.apache.lucene.index declared as KnnVectorsReader Modifier and Type Field Description KnnVectorsReader[]
MergeState. knnVectorsReaders
Vector readers to mergeMethods in org.apache.lucene.index that return KnnVectorsReader Modifier and Type Method Description abstract KnnVectorsReader
CodecReader. getVectorReader()
Expert: retrieve underlying VectorReaderKnnVectorsReader
FilterCodecReader. getVectorReader()
KnnVectorsReader
SegmentReader. getVectorReader()
KnnVectorsReader
SortingCodecReader. getVectorReader()
-