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.IntBlockTermStateLucene84PostingsWriter. emptyState(package private) Lucene84PostingsFormat.IntBlockTermStateLucene84PostingsWriter. lastStateMethods in org.apache.lucene.codecs.lucene84 that return Lucene84PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene84PostingsFormat.IntBlockTermStateLucene84PostingsFormat.IntBlockTermState. clone()Lucene84PostingsFormat.IntBlockTermStateLucene84PostingsWriter. newTermState()Methods in org.apache.lucene.codecs.lucene84 with parameters of type Lucene84PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnumLucene84PostingsReader.BlockDocsEnum. reset(Lucene84PostingsFormat.IntBlockTermState termState, int flags)Lucene84PostingsReader.EverythingEnumLucene84PostingsReader.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.IntBlockTermStateDeltaBaseTermStateSerializer. reset(Lucene84PostingsFormat.IntBlockTermState termState)Methods in org.apache.lucene.codecs.uniformsplit with parameters of type Lucene84PostingsFormat.IntBlockTermState Modifier and Type Method Description protected Lucene84PostingsFormat.IntBlockTermStateDeltaBaseTermStateSerializer. reset(Lucene84PostingsFormat.IntBlockTermState termState)
-