Uses of Class
org.apache.lucene.backward_codecs.lucene90.Lucene90PostingsFormat.IntBlockTermState
-
Packages that use Lucene90PostingsFormat.IntBlockTermState Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format. -
-
Uses of Lucene90PostingsFormat.IntBlockTermState in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as Lucene90PostingsFormat.IntBlockTermState Modifier and Type Field Description (package private) static Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsWriter. emptyState
(package private) Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsWriter. lastState
Methods in org.apache.lucene.backward_codecs.lucene90 that return Lucene90PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsFormat.IntBlockTermState. clone()
Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsWriter. newTermState()
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnum
Lucene90PostingsReader.BlockDocsEnum. reset(Lucene90PostingsFormat.IntBlockTermState termState, int flags)
Lucene90PostingsReader.EverythingEnum
Lucene90PostingsReader.EverythingEnum. reset(Lucene90PostingsFormat.IntBlockTermState termState, int flags)
Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermState Constructor Description BlockImpactsDocsEnum(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState)
BlockImpactsEverythingEnum(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState, int flags)
BlockImpactsPostingsEnum(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState)
-