Uses of Class
org.apache.lucene.index.VectorValues
-
Packages that use VectorValues Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search.highlight Highlighting search terms. -
-
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene90
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene90 Modifier and Type Class Description (package private) static classLucene90HnswVectorsReader.OffHeapVectorValuesRead the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene90 that return VectorValues Modifier and Type Method Description VectorValuesLucene90HnswVectorsReader. getVectorValues(java.lang.String field) -
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene91
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene91 Modifier and Type Class Description (package private) static classLucene91HnswVectorsReader.OffHeapVectorValuesRead the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene91 that return VectorValues Modifier and Type Method Description VectorValuesLucene91HnswVectorsReader. getVectorValues(java.lang.String field) -
Uses of VectorValues in org.apache.lucene.codecs
Subclasses of VectorValues in org.apache.lucene.codecs Modifier and Type Class Description private static classKnnVectorsWriter.MergedVectorValuesView over multiple VectorValues supporting iterator-style access via DocIdMerger.Fields in org.apache.lucene.codecs declared as VectorValues Modifier and Type Field Description (package private) VectorValuesKnnVectorsWriter.VectorValuesSub. valuesMethods in org.apache.lucene.codecs that return VectorValues Modifier and Type Method Description abstract VectorValuesKnnVectorsReader. getVectorValues(java.lang.String field)Returns theVectorValuesfor the givenfield.Constructors in org.apache.lucene.codecs with parameters of type VectorValues Constructor Description VectorValuesSub(MergeState.DocMap docMap, VectorValues values) -
Uses of VectorValues in org.apache.lucene.codecs.lucene92
Subclasses of VectorValues in org.apache.lucene.codecs.lucene92 Modifier and Type Class Description (package private) classOffHeapVectorValuesRead the vector values from the index input.(package private) static classOffHeapVectorValues.DenseOffHeapVectorValuesprivate static classOffHeapVectorValues.EmptyOffHeapVectorValuesprivate static classOffHeapVectorValues.SparseOffHeapVectorValuesMethods in org.apache.lucene.codecs.lucene92 that return VectorValues Modifier and Type Method Description VectorValuesLucene92HnswVectorsReader. getVectorValues(java.lang.String field)Methods in org.apache.lucene.codecs.lucene92 with parameters of type VectorValues Modifier and Type Method Description private 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 VectorValues Modifier and Type Method Description VectorValuesPerFieldKnnVectorsFormat.FieldsReader. getVectorValues(java.lang.String field) -
Uses of VectorValues in org.apache.lucene.codecs.simpletext
Subclasses of VectorValues in org.apache.lucene.codecs.simpletext Modifier and Type Class Description private static classSimpleTextKnnVectorsReader.SimpleTextVectorValuesMethods in org.apache.lucene.codecs.simpletext that return VectorValues Modifier and Type Method Description VectorValuesSimpleTextKnnVectorsReader. getVectorValues(java.lang.String field)Methods in org.apache.lucene.codecs.simpletext with parameters of type VectorValues Modifier and Type Method Description private voidSimpleTextKnnVectorsWriter. writeVectorValue(VectorValues vectors) -
Uses of VectorValues in org.apache.lucene.index
Subclasses of VectorValues in org.apache.lucene.index Modifier and Type Class Description private classExitableDirectoryReader.ExitableFilterAtomicReader.ExitableVectorValuesclassFilterVectorValuesDelegates all methods to a wrappedVectorValues.private static classVectorValuesWriter.BufferedVectorValues(package private) static classVectorValuesWriter.SortingVectorValuesFields in org.apache.lucene.index declared as VectorValues Modifier and Type Field Description private VectorValuesVectorValuesWriter.SortingVectorValues. delegatestatic 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(java.lang.String field)VectorValuesDocValuesLeafReader. getVectorValues(java.lang.String field)VectorValuesExitableDirectoryReader.ExitableFilterAtomicReader. getVectorValues(java.lang.String field)VectorValuesFilterLeafReader. getVectorValues(java.lang.String field)abstract VectorValuesLeafReader. getVectorValues(java.lang.String field)ReturnsVectorValuesfor this field, or null if noVectorValueswere indexed.VectorValuesParallelLeafReader. getVectorValues(java.lang.String fieldName)Constructors in org.apache.lucene.index with parameters of type VectorValues Constructor Description ExitableVectorValues(VectorValues vectorValues)FilterVectorValues(VectorValues in)Sole constructorSortingVectorValues(VectorValues delegate, Sorter.DocMap sortMap) -
Uses of VectorValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return VectorValues Modifier and Type Method Description VectorValuesMemoryIndex.MemoryIndexReader. getVectorValues(java.lang.String fieldName) -
Uses of VectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return VectorValues Modifier and Type Method Description VectorValuesTermVectorLeafReader. getVectorValues(java.lang.String fieldName)
-