Uses of Class
org.apache.lucene.index.OrdTermState
-
Packages that use OrdTermState Package Description org.apache.lucene.codecs org.apache.lucene.codecs.lucene84 -
-
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.lucene84
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description static classLucene84PostingsFormat.IntBlockTermStateHolds all state required forLucene84PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.
-