Uses of Class
org.apache.lucene.index.VectorValues
Packages that use VectorValues
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.2 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.
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.codecs
Subclasses of VectorValues in org.apache.lucene.codecsModifier and TypeClassDescriptionprivate 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.lucene92
Subclasses of VectorValues in org.apache.lucene.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.codecs.lucene92 that return VectorValuesMethods in org.apache.lucene.codecs.lucene92 with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSetLucene92HnswVectorsWriter.writeVectorData(IndexOutput output, VectorValues vectors) Writes the vector values to the output and returns a set of documents that contains vectors. -
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 classclassDelegates all methods to a wrappedVectorValues.private static class(package private) static classFields in org.apache.lucene.index declared as VectorValuesModifier and TypeFieldDescriptionprivate final VectorValuesVectorValuesWriter.SortingVectorValues.delegatestatic 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.highlight
Methods in org.apache.lucene.search.highlight that return VectorValues