Uses of Class
org.apache.lucene.codecs.lucene99.Lucene99PostingsFormat.IntBlockTermState
-
Packages that use Lucene99PostingsFormat.IntBlockTermState Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations. -
-
Uses of Lucene99PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as Lucene99PostingsFormat.IntBlockTermState Modifier and Type Field Description (package private) static Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsWriter. emptyState
(package private) Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsWriter. lastState
Methods in org.apache.lucene.codecs.lucene99 that return Lucene99PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsFormat.IntBlockTermState. clone()
Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsWriter. newTermState()
Methods in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnum
Lucene99PostingsReader.BlockDocsEnum. reset(Lucene99PostingsFormat.IntBlockTermState termState, int flags)
Lucene99PostingsReader.EverythingEnum
Lucene99PostingsReader.EverythingEnum. reset(Lucene99PostingsFormat.IntBlockTermState termState, int flags)
Constructors in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99PostingsFormat.IntBlockTermState Constructor Description BlockImpactsDocsEnum(FieldInfo fieldInfo, Lucene99PostingsFormat.IntBlockTermState termState)
BlockImpactsEverythingEnum(FieldInfo fieldInfo, Lucene99PostingsFormat.IntBlockTermState termState, int flags)
BlockImpactsPostingsEnum(FieldInfo fieldInfo, Lucene99PostingsFormat.IntBlockTermState termState)
-
Uses of Lucene99PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return Lucene99PostingsFormat.IntBlockTermState Modifier and Type Method Description protected Lucene99PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer. reset(Lucene99PostingsFormat.IntBlockTermState termState)
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene99PostingsFormat.IntBlockTermState Modifier and Type Method Description protected Lucene99PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer. reset(Lucene99PostingsFormat.IntBlockTermState termState)
-