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.Encode integers using group-varint.Configuration option for the codec.Holds all state required for
Lucene99PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.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.Utility class to encode sequences of 128 small positive integers.A version ofByteVectorValues
, but additionally retrieving score correction offset for Scalar quantization scores.Quantized vector readerRandom access values forbyte[]
, but also includes accessing the score correction constant for the current vector in the buffer.Quantized vector scorer supplier -
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.