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.lucene94 Lucene 9.3 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 KnnVectorsReaderKnnVectorsFormat. fieldsReader(SegmentReadState state)Returns aKnnVectorsReaderto read the vectors from the index.KnnVectorsReaderKnnVectorsReader. getMergeInstance()Returns an instance optimized for merging. -
Uses of KnnVectorsReader in org.apache.lucene.codecs.lucene94
Subclasses of KnnVectorsReader in org.apache.lucene.codecs.lucene94 Modifier and Type Class Description classLucene94HnswVectorsReaderReads vectors from the index segments along with index data structures supporting KNN search.Methods in org.apache.lucene.codecs.lucene94 that return KnnVectorsReader Modifier and Type Method Description KnnVectorsReaderLucene94HnswVectorsFormat. 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 classPerFieldKnnVectorsFormat.FieldsReaderVectorReader that can wrap multiple delegate readers, selected by field.Methods in org.apache.lucene.codecs.perfield that return KnnVectorsReader Modifier and Type Method Description KnnVectorsReaderPerFieldKnnVectorsFormat. fieldsReader(SegmentReadState state)KnnVectorsReaderPerFieldKnnVectorsFormat.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. knnVectorsReadersVector readers to mergeMethods in org.apache.lucene.index that return KnnVectorsReader Modifier and Type Method Description abstract KnnVectorsReaderCodecReader. getVectorReader()Expert: retrieve underlying VectorReaderKnnVectorsReaderFilterCodecReader. getVectorReader()KnnVectorsReaderSegmentReader. getVectorReader()KnnVectorsReaderSortingCodecReader. getVectorReader()Methods in org.apache.lucene.index with parameters of type KnnVectorsReader Modifier and Type Method Description protected abstract voidBufferingKnnVectorsWriter. writeField(FieldInfo fieldInfo, KnnVectorsReader knnVectorsReader, int maxDoc)Write the provided field
-