Uses of Class
org.apache.lucene.index.OrdTermState
-
Packages that use OrdTermState Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. -
-
Uses of OrdTermState in org.apache.lucene.codecs
Subclasses of OrdTermState in org.apache.lucene.codecs Modifier and Type Class Description class
BlockTermState
Holds all state required forPostingsReaderBase
to produce aDocsEnum
without re-seeking the terms dict.
-