Uses of Package
org.apache.lucene.codecs.lucene99
Packages that use org.apache.lucene.codecs.lucene99
Package
Description
Lucene 9.9 file format.
Pluggable term index / block terms dictionary implementations.
-
Classes in org.apache.lucene.codecs.lucene99 used by org.apache.lucene.codecs.lucene99ClassDescriptionUtility class to encode/decode increasing sequences of 128 integers.Configuration option for the codec.Holds all state required for
Lucene99PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.Optimized scalar quantized implementation ofFlatVectorsScorer
for quantized vectors stored in the Lucene99 format.Returns a merged view over all the segment'sQuantizedByteVectorValues
.Implements the skip list reader for block postings format that stores positions and payloads.Write skip lists with multiple levels, and support skip within block ints.Read the quantized vector values and their score correction values from the index input.Dense vector values that are stored off-heap.Utility class to encode sequences of 128 small positive integers. -
Classes in org.apache.lucene.codecs.lucene99 used by org.apache.lucene.codecs.uniformsplitClassDescriptionHolds all state required for
Lucene99PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.