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.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of OrdTermState in org.apache.lucene.codecs
Subclasses of OrdTermState in org.apache.lucene.codecs Modifier and Type Class Description classBlockTermStateHolds all state required forPostingsReaderBaseto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.lucene99
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description static classLucene99PostingsFormat.IntBlockTermStateHolds all state required forLucene99PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.
-