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.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format. -
-
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 aPostingsEnum
without re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.idversion
Subclasses of OrdTermState in org.apache.lucene.codecs.idversion Modifier and Type Class Description (package private) class
IDVersionTermState
-
Uses of OrdTermState in org.apache.lucene.codecs.lucene50
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description static class
Lucene50PostingsFormat.IntBlockTermState
Holds all state required forLucene50PostingsReader
to produce aPostingsEnum
without 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 class
Lucene84PostingsFormat.IntBlockTermState
Holds all state required forLucene84PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.
-