Uses of Class
org.apache.lucene.index.VectorValues
-
Packages that use VectorValues 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 VectorValues in org.apache.lucene.codecs
Subclasses of VectorValues in org.apache.lucene.codecs Modifier and Type Class Description protected static classKnnVectorsWriter.MergedVectorValuesView over multiple VectorValues supporting iterator-style access via DocIdMerger.Methods in org.apache.lucene.codecs that return VectorValues Modifier and Type Method Description abstract VectorValuesKnnVectorsReader. getVectorValues(String field)Returns theVectorValuesfor the givenfield. -
Uses of VectorValues in org.apache.lucene.codecs.lucene94
Subclasses of VectorValues in org.apache.lucene.codecs.lucene94 Modifier and Type Class Description classExpandingVectorValuesreads from byte-encoded dataMethods in org.apache.lucene.codecs.lucene94 that return VectorValues Modifier and Type Method Description VectorValuesLucene94HnswVectorsReader. getVectorValues(String field)Constructors in org.apache.lucene.codecs.lucene94 with parameters of type VectorValues Constructor Description ExpandingVectorValues(VectorValues in) -
Uses of VectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return VectorValues Modifier and Type Method Description VectorValuesPerFieldKnnVectorsFormat.FieldsReader. getVectorValues(String field) -
Uses of VectorValues in org.apache.lucene.index
Subclasses of VectorValues in org.apache.lucene.index Modifier and Type Class Description classFilterVectorValuesDelegates all methods to a wrappedVectorValues.static classVectorValues.SortingVectorValuesSorting VectorValues that iterate over documents in the order of the provided sortMapFields in org.apache.lucene.index declared as VectorValues Modifier and Type Field Description static VectorValuesVectorValues. EMPTYRepresents the lack of vector values.protected VectorValuesFilterVectorValues. inWrapped valuesMethods in org.apache.lucene.index that return VectorValues Modifier and Type Method Description VectorValuesCodecReader. getVectorValues(String field)VectorValuesExitableDirectoryReader.ExitableFilterAtomicReader. getVectorValues(String field)VectorValuesFilterLeafReader. getVectorValues(String field)abstract VectorValuesLeafReader. getVectorValues(String field)ReturnsVectorValuesfor this field, or null if noVectorValueswere indexed.VectorValuesParallelLeafReader. getVectorValues(String fieldName)Constructors in org.apache.lucene.index with parameters of type VectorValues Constructor Description FilterVectorValues(VectorValues in)Sole constructor
-