Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90PostingsFormat.IntBlockTermState
Packages that use Lucene90PostingsFormat.IntBlockTermState
Package
Description
Lucene 9.0 file format.
Pluggable term index / block terms dictionary implementations.
-
Uses of Lucene90PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as Lucene90PostingsFormat.IntBlockTermStateModifier and TypeFieldDescription(package private) static final Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsWriter.emptyState
(package private) Lucene90PostingsFormat.IntBlockTermState
Lucene90PostingsWriter.lastState
Methods in org.apache.lucene.codecs.lucene90 that return Lucene90PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene90PostingsFormat.IntBlockTermState.clone()
Lucene90PostingsWriter.newTermState()
Methods in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene90PostingsReader.BlockDocsEnum.reset
(Lucene90PostingsFormat.IntBlockTermState termState, int flags) Lucene90PostingsReader.EverythingEnum.reset
(Lucene90PostingsFormat.IntBlockTermState termState, int flags) Constructors in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermStateModifierConstructorDescriptionBlockImpactsDocsEnum
(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState) BlockImpactsEverythingEnum
(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState, int flags) BlockImpactsPostingsEnum
(FieldInfo fieldInfo, Lucene90PostingsFormat.IntBlockTermState termState) -
Uses of Lucene90PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return Lucene90PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionprotected Lucene90PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer.reset
(Lucene90PostingsFormat.IntBlockTermState termState) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene90PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionprotected Lucene90PostingsFormat.IntBlockTermState
DeltaBaseTermStateSerializer.reset
(Lucene90PostingsFormat.IntBlockTermState termState)