Uses of Class
org.apache.lucene.codecs.lucene99.Lucene99PostingsFormat.IntBlockTermState
Packages that use Lucene99PostingsFormat.IntBlockTermState
Package
Description
Lucene 9.9 file format.
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.IntBlockTermStateModifier and TypeFieldDescription(package private) static final Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsWriter.emptyState
(package private) Lucene99PostingsFormat.IntBlockTermState
Lucene99PostingsWriter.lastState
Methods in org.apache.lucene.codecs.lucene99 that return Lucene99PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene99PostingsFormat.IntBlockTermState.clone()
Lucene99PostingsWriter.newTermState()
Methods in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene99PostingsReader.BlockDocsEnum.reset
(Lucene99PostingsFormat.IntBlockTermState termState, int flags) Lucene99PostingsReader.EverythingEnum.reset
(Lucene99PostingsFormat.IntBlockTermState termState, int flags) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99PostingsFormat.IntBlockTermStateModifierConstructorDescriptionBlockImpactsDocsEnum
(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.IntBlockTermStateModifier and TypeMethodDescriptionprotected Lucene99PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer.reset
(Lucene99PostingsFormat.IntBlockTermState termState) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene99PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionprotected Lucene99PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer.reset
(Lucene99PostingsFormat.IntBlockTermState termState)