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 9.0 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.lucene90
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene90PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.