Uses of Class
org.apache.lucene.codecs.lucene101.Lucene101PostingsFormat.IntBlockTermState
Packages that use Lucene101PostingsFormat.IntBlockTermState
Package
Description
Lucene 10.1 file format.
Pluggable term index / block terms dictionary implementations.
-
Uses of Lucene101PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.lucene101
Fields in org.apache.lucene.codecs.lucene101 declared as Lucene101PostingsFormat.IntBlockTermStateModifier and TypeFieldDescription(package private) static final Lucene101PostingsFormat.IntBlockTermState
Lucene101PostingsWriter.EMPTY_STATE
(package private) Lucene101PostingsFormat.IntBlockTermState
Lucene101PostingsWriter.lastState
Methods in org.apache.lucene.codecs.lucene101 that return Lucene101PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene101PostingsFormat.IntBlockTermState.clone()
Lucene101PostingsWriter.newTermState()
Methods in org.apache.lucene.codecs.lucene101 with parameters of type Lucene101PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionprivate static void
Lucene101PostingsReader.prefetchPostings
(IndexInput docIn, Lucene101PostingsFormat.IntBlockTermState state) Lucene101PostingsReader.BlockPostingsEnum.reset
(Lucene101PostingsFormat.IntBlockTermState termState, int flags) -
Uses of Lucene101PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return Lucene101PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionDeltaBaseTermStateSerializer.reset
(Lucene101PostingsFormat.IntBlockTermState termState) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene101PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionDeltaBaseTermStateSerializer.reset
(Lucene101PostingsFormat.IntBlockTermState termState)