Uses of Class
org.apache.lucene.index.OrdTermState
Packages that use OrdTermState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 10.1 file format.
-
Uses of OrdTermState in org.apache.lucene.codecs
Subclasses of OrdTermState in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Holds all state required forPostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.lucene101
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene101Modifier and TypeClassDescriptionstatic final class
Holds all state required forLucene101PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.