Uses of Class
org.apache.lucene.index.VectorValues
Packages that use VectorValues
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.3 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Code to search indices.
Highlighting search terms.
-
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene90
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescription(package private) static classRead the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene90 that return VectorValues -
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene91
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene91Modifier and TypeClassDescription(package private) static classRead the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene91 that return VectorValues -
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene92
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene92Modifier and TypeClassDescription(package private) classRead the vector values from the index input.(package private) static classprivate static classprivate static classMethods in org.apache.lucene.backward_codecs.lucene92 that return VectorValues -
Uses of VectorValues in org.apache.lucene.codecs
Subclasses of VectorValues in org.apache.lucene.codecsModifier and TypeClassDescriptionprotected static classView over multiple VectorValues supporting iterator-style access via DocIdMerger.Fields in org.apache.lucene.codecs declared as VectorValuesModifier and TypeFieldDescription(package private) final VectorValuesKnnVectorsWriter.VectorValuesSub.valuesMethods in org.apache.lucene.codecs that return VectorValuesModifier and TypeMethodDescriptionabstract VectorValuesKnnVectorsReader.getVectorValues(String field) Returns theVectorValuesfor the givenfield.Constructors in org.apache.lucene.codecs with parameters of type VectorValuesModifierConstructorDescription(package private)VectorValuesSub(MergeState.DocMap docMap, VectorValues values) -
Uses of VectorValues in org.apache.lucene.codecs.lucene94
Subclasses of VectorValues in org.apache.lucene.codecs.lucene94Modifier and TypeClassDescriptionclassreads from byte-encoded data(package private) classRead the vector values from the index input.(package private) static classprivate static classprivate static classMethods in org.apache.lucene.codecs.lucene94 that return VectorValuesMethods in org.apache.lucene.codecs.lucene94 with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSetLucene94HnswVectorsWriter.writeVectorData(IndexOutput output, VectorValues vectors, int scalarSize) Writes the vector values to the output and returns a set of documents that contains vectors.Constructors in org.apache.lucene.codecs.lucene94 with parameters of type VectorValues -
Uses of VectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return VectorValuesModifier and TypeMethodDescriptionPerFieldKnnVectorsFormat.FieldsReader.getVectorValues(String field) -
Uses of VectorValues in org.apache.lucene.codecs.simpletext
Subclasses of VectorValues in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionprivate static classMethods in org.apache.lucene.codecs.simpletext that return VectorValuesMethods in org.apache.lucene.codecs.simpletext with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate voidSimpleTextKnnVectorsWriter.writeVectorValue(VectorValues vectors) -
Uses of VectorValues in org.apache.lucene.index
Subclasses of VectorValues in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static classprivate classclassDelegates all methods to a wrappedVectorValues.static classSorting VectorValues that iterate over documents in the order of the provided sortMapFields in org.apache.lucene.index declared as VectorValuesModifier and TypeFieldDescriptionstatic final VectorValuesVectorValues.EMPTYRepresents the lack of vector values.protected final VectorValuesFilterVectorValues.inWrapped valuesMethods in org.apache.lucene.index that return VectorValuesModifier and TypeMethodDescriptionfinal VectorValuesCodecReader.getVectorValues(String field) final VectorValuesDocValuesLeafReader.getVectorValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getVectorValues(String field) FilterLeafReader.getVectorValues(String field) abstract VectorValuesLeafReader.getVectorValues(String field) ReturnsVectorValuesfor this field, or null if noVectorValueswere indexed.ParallelLeafReader.getVectorValues(String fieldName) Constructors in org.apache.lucene.index with parameters of type VectorValuesModifierConstructorDescriptionExitableVectorValues(VectorValues vectorValues) protectedSole constructor(package private)SortingVectorValues(VectorValues delegate, Sorter.DocMap sortMap) -
Uses of VectorValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return VectorValuesModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getVectorValues(String fieldName) -
Uses of VectorValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as VectorValuesConstructors in org.apache.lucene.search with parameters of type VectorValuesModifierConstructorDescriptionprotectedByteVectorScorer(VectorValues values, float[] query, VectorSimilarityFunction similarity) protectedFloatVectorScorer(VectorValues values, float[] query, VectorSimilarityFunction similarity) (package private)VectorScorer(VectorValues values, VectorSimilarityFunction similarity) -
Uses of VectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return VectorValues