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