Uses of Class
org.apache.lucene.index.ByteVectorValues
-
Packages that use ByteVectorValues 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.backward_codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.backward_codecs.lucene94 Lucene 9.4 file format.org.apache.lucene.backward_codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 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 Code to search indices.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene90HnswVectorsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene91HnswVectorsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene92HnswVectorsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene94
Subclasses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene94 Modifier and Type Class Description (package private) class
OffHeapByteVectorValues
Read the vector values from the index input.(package private) static class
OffHeapByteVectorValues.DenseOffHeapVectorValues
private static class
OffHeapByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapByteVectorValues.SparseOffHeapVectorValues
Methods in org.apache.lucene.backward_codecs.lucene94 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene94HnswVectorsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene95HnswVectorsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.codecs
Subclasses of ByteVectorValues in org.apache.lucene.codecs Modifier and Type Class Description private static class
BufferingKnnVectorsWriter.BufferedByteVectorValues
private static class
BufferingKnnVectorsWriter.SortingByteVectorValues
Sorting FloatVectorValues that iterate over documents in the order of the provided sortMap(package private) static class
KnnVectorsWriter.MergedVectorValues.MergedByteVectorValues
Fields in org.apache.lucene.codecs declared as ByteVectorValues Modifier and Type Field Description (package private) ByteVectorValues
KnnVectorsWriter.ByteVectorValuesSub. values
Methods in org.apache.lucene.codecs that return ByteVectorValues Modifier and Type Method Description abstract ByteVectorValues
FlatVectorsReader. getByteVectorValues(java.lang.String field)
Returns theByteVectorValues
for the givenfield
.abstract ByteVectorValues
KnnVectorsReader. getByteVectorValues(java.lang.String field)
Returns theByteVectorValues
for the givenfield
.static ByteVectorValues
KnnVectorsWriter.MergedVectorValues. mergeByteVectorValues(FieldInfo fieldInfo, MergeState mergeState)
Returns a merged view over all the segment'sByteVectorValues
.Methods in org.apache.lucene.codecs with parameters of type ByteVectorValues Modifier and Type Method Description protected abstract void
BufferingKnnVectorsWriter. writeField(FieldInfo fieldInfo, ByteVectorValues byteVectorValues, int maxDoc)
Write the provided byte vector fieldConstructors in org.apache.lucene.codecs with parameters of type ByteVectorValues Constructor Description ByteVectorValuesSub(MergeState.DocMap docMap, ByteVectorValues values)
-
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene95
Subclasses of ByteVectorValues in org.apache.lucene.codecs.lucene95 Modifier and Type Class Description class
OffHeapByteVectorValues
Read the vector values from the index input.static class
OffHeapByteVectorValues.DenseOffHeapVectorValues
Dense vector values that are stored off-heap.private static class
OffHeapByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapByteVectorValues.SparseOffHeapVectorValues
-
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
Lucene99FlatVectorsReader. getByteVectorValues(java.lang.String field)
ByteVectorValues
Lucene99HnswVectorsReader. getByteVectorValues(java.lang.String field)
ByteVectorValues
Lucene99ScalarQuantizedVectorsReader. getByteVectorValues(java.lang.String field)
Methods in org.apache.lucene.codecs.lucene99 with parameters of type ByteVectorValues Modifier and Type Method Description private static DocsWithFieldSet
Lucene99FlatVectorsWriter. writeByteVectorData(IndexOutput output, ByteVectorValues byteVectorValues)
Writes the byte vector values to the output and returns a set of documents that contains vectors. -
Uses of ByteVectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
PerFieldKnnVectorsFormat.FieldsReader. getByteVectorValues(java.lang.String field)
-
Uses of ByteVectorValues in org.apache.lucene.codecs.simpletext
Subclasses of ByteVectorValues in org.apache.lucene.codecs.simpletext Modifier and Type Class Description private static class
SimpleTextKnnVectorsReader.SimpleTextByteVectorValues
Methods in org.apache.lucene.codecs.simpletext that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
SimpleTextKnnVectorsReader. getByteVectorValues(java.lang.String field)
Methods in org.apache.lucene.codecs.simpletext with parameters of type ByteVectorValues Modifier and Type Method Description private void
SimpleTextKnnVectorsWriter. writeByteVectorValue(ByteVectorValues vectors)
void
SimpleTextKnnVectorsWriter. writeField(FieldInfo fieldInfo, ByteVectorValues byteVectorValues, int maxDoc)
-
Uses of ByteVectorValues in org.apache.lucene.index
Subclasses of ByteVectorValues in org.apache.lucene.index Modifier and Type Class Description private class
ExitableDirectoryReader.ExitableFilterAtomicReader.ExitableByteVectorValues
private static class
SortingCodecReader.SortingByteVectorValues
Fields in org.apache.lucene.index declared as ByteVectorValues Modifier and Type Field Description private ByteVectorValues
ExitableDirectoryReader.ExitableFilterAtomicReader.ExitableByteVectorValues. vectorValues
Methods in org.apache.lucene.index that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
CodecReader. getByteVectorValues(java.lang.String field)
ByteVectorValues
DocValuesLeafReader. getByteVectorValues(java.lang.String field)
ByteVectorValues
ExitableDirectoryReader.ExitableFilterAtomicReader. getByteVectorValues(java.lang.String field)
ByteVectorValues
FilterLeafReader. getByteVectorValues(java.lang.String field)
abstract ByteVectorValues
LeafReader. getByteVectorValues(java.lang.String field)
ReturnsByteVectorValues
for this field, or null if noByteVectorValues
were indexed.ByteVectorValues
ParallelLeafReader. getByteVectorValues(java.lang.String fieldName)
ByteVectorValues
SlowCompositeCodecReaderWrapper.SlowCompositeKnnVectorsReaderWrapper. getByteVectorValues(java.lang.String field)
Methods in org.apache.lucene.index with parameters of type ByteVectorValues Modifier and Type Method Description private static void
CheckIndex. checkByteVectorValues(ByteVectorValues values, FieldInfo fieldInfo, CheckIndex.Status.VectorValuesStatus status, CodecReader codecReader)
Constructors in org.apache.lucene.index with parameters of type ByteVectorValues Constructor Description ExitableByteVectorValues(ByteVectorValues vectorValues)
SortingByteVectorValues(ByteVectorValues delegate, Sorter.DocMap sortMap)
-
Uses of ByteVectorValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
MemoryIndex.MemoryIndexReader. getByteVectorValues(java.lang.String fieldName)
-
Uses of ByteVectorValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ByteVectorValues Modifier and Type Field Description private ByteVectorValues
VectorScorer.ByteVectorScorer. values
Constructors in org.apache.lucene.search with parameters of type ByteVectorValues Constructor Description ByteVectorScorer(ByteVectorValues values, byte[] query, VectorSimilarityFunction similarity)
-
Uses of ByteVectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return ByteVectorValues Modifier and Type Method Description ByteVectorValues
TermVectorLeafReader. getByteVectorValues(java.lang.String fieldName)
-
Uses of ByteVectorValues in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as ByteVectorValues Modifier and Type Field Description private ByteVectorValues
DiversifyingChildrenByteKnnVectorQuery.ParentBlockJoinByteVectorScorer. values
Constructors in org.apache.lucene.search.join with parameters of type ByteVectorValues Constructor Description ParentBlockJoinByteVectorScorer(ByteVectorValues values, DocIdSetIterator acceptedChildrenIterator, BitSet parentBitSet, byte[] query, VectorSimilarityFunction similarity)
-