Uses of Class
org.apache.lucene.codecs.lucene912.Lucene912PostingsFormat.IntBlockTermState
Packages that use Lucene912PostingsFormat.IntBlockTermState
Package
Description
Lucene 9.12 file format.
Pluggable term index / block terms dictionary implementations.
-
Uses of Lucene912PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.lucene912
Fields in org.apache.lucene.codecs.lucene912 declared as Lucene912PostingsFormat.IntBlockTermStateModifier and TypeFieldDescription(package private) static final Lucene912PostingsFormat.IntBlockTermState
Lucene912PostingsWriter.EMPTY_STATE
(package private) Lucene912PostingsFormat.IntBlockTermState
Lucene912PostingsWriter.lastState
Methods in org.apache.lucene.codecs.lucene912 that return Lucene912PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene912PostingsFormat.IntBlockTermState.clone()
Lucene912PostingsWriter.newTermState()
Methods in org.apache.lucene.codecs.lucene912 with parameters of type Lucene912PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene912PostingsReader.BlockDocsEnum.reset
(Lucene912PostingsFormat.IntBlockTermState termState, int flags) Lucene912PostingsReader.EverythingEnum.reset
(Lucene912PostingsFormat.IntBlockTermState termState, int flags) Constructors in org.apache.lucene.codecs.lucene912 with parameters of type Lucene912PostingsFormat.IntBlockTermStateModifierConstructorDescriptionBlockImpactsDocsEnum
(FieldInfo fieldInfo, Lucene912PostingsFormat.IntBlockTermState termState) BlockImpactsPostingsEnum
(FieldInfo fieldInfo, Lucene912PostingsFormat.IntBlockTermState termState) -
Uses of Lucene912PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return Lucene912PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionDeltaBaseTermStateSerializer.reset
(Lucene912PostingsFormat.IntBlockTermState termState) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene912PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionDeltaBaseTermStateSerializer.reset
(Lucene912PostingsFormat.IntBlockTermState termState)