Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90PostingsFormat.IntBlockTermState
-
Packages that use Lucene90PostingsFormat.IntBlockTermState Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.uniformsplit 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.IntBlockTermState Modifier and Type Field Description (package private) static Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsWriter. emptyState(package private) Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsWriter. lastStateMethods in org.apache.lucene.codecs.lucene90 that return Lucene90PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsFormat.IntBlockTermState. clone()Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsWriter. newTermState()Methods in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnumLucene90PostingsReader.BlockDocsEnum. reset(Lucene90PostingsFormat.IntBlockTermState termState, int flags)Lucene90PostingsReader.EverythingEnumLucene90PostingsReader.EverythingEnum. reset(Lucene90PostingsFormat.IntBlockTermState termState, int flags)Constructors in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90PostingsFormat.IntBlockTermState Constructor Description BlockImpactsDocsEnum(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.IntBlockTermState Modifier and Type Method Description protected Lucene90PostingsFormat.IntBlockTermStateDeltaBaseTermStateSerializer. reset(Lucene90PostingsFormat.IntBlockTermState termState)Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene90PostingsFormat.IntBlockTermState Modifier and Type Method Description protected Lucene90PostingsFormat.IntBlockTermStateDeltaBaseTermStateSerializer. reset(Lucene90PostingsFormat.IntBlockTermState termState)
-