Uses of Class
org.apache.lucene.index.OrdTermState
-
Packages that use OrdTermState Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version. -
-
Uses of OrdTermState in org.apache.lucene.backward_codecs.lucene50
Subclasses of OrdTermState in org.apache.lucene.backward_codecs.lucene50 Modifier and Type Class Description static classLucene50PostingsFormat.IntBlockTermStateHolds all state required forLucene50PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.backward_codecs.lucene84
Subclasses of OrdTermState in org.apache.lucene.backward_codecs.lucene84 Modifier and Type Class Description static classLucene84PostingsFormat.IntBlockTermStateHolds all state required forLucene84PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict. -
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.lucene90
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description static classLucene90PostingsFormat.IntBlockTermStateHolds all state required forLucene90PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.sandbox.codecs.idversion
Subclasses of OrdTermState in org.apache.lucene.sandbox.codecs.idversion Modifier and Type Class Description (package private) classIDVersionTermState
-