Uses of Package
org.apache.lucene.codecs.lucene90
Packages that use org.apache.lucene.codecs.lucene90
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.0 file format.
Lucene 9.2 file format.
Pluggable term index / block terms dictionary implementations.
-
Classes in org.apache.lucene.codecs.lucene90 used by org.apache.lucene.backward_codecs.lucene90
-
Classes in org.apache.lucene.codecs.lucene90 used by org.apache.lucene.backward_codecs.lucene91
-
Classes in org.apache.lucene.codecs.lucene90 used by org.apache.lucene.codecs.lucene90ClassDescriptionThis class is a workaround for JDK bug JDK-8252739.Disk-based implementation of a
DocIdSetIterator
which can return the index of the current document, i.e.Offset/Length for a slice inside of a compound fileHolds all state required forLucene90PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.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.Configuration option for stored fields.Utility class to encode sequences of 128 small positive integers. -
Classes in org.apache.lucene.codecs.lucene90 used by org.apache.lucene.codecs.lucene92ClassDescriptionDisk-based implementation of a
DocIdSetIterator
which can return the index of the current document, i.e.Configuration option for stored fields. -
Classes in org.apache.lucene.codecs.lucene90 used by org.apache.lucene.codecs.uniformsplitClassDescriptionHolds all state required for
Lucene90PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.