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.4 file format.
-
Uses of OrdTermState in org.apache.lucene.codecs
Subclasses of OrdTermState in org.apache.lucene.codecsModifier and TypeClassDescriptionclassHolds all state required forPostingsReaderBaseto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.lucene104
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene104Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene104PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.