Uses of Class
org.apache.lucene.index.OrdTermState
Packages that use OrdTermState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index format.
-
Uses of OrdTermState in org.apache.lucene.codecs
Subclasses of OrdTermState in org.apache.lucene.codecsModifier and TypeClassDescriptionclassHolds all state required forPostingsReaderBaseto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.idversion
Subclasses of OrdTermState in org.apache.lucene.codecs.idversion -
Uses of OrdTermState in org.apache.lucene.codecs.lucene50
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene50Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene50PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict. -
Uses of OrdTermState in org.apache.lucene.codecs.lucene84
Subclasses of OrdTermState in org.apache.lucene.codecs.lucene84Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene84PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.