Uses of Class
org.apache.lucene.backward_codecs.lucene90.Lucene90PostingsFormat.IntBlockTermState
Packages that use Lucene90PostingsFormat.IntBlockTermState
-
Uses of Lucene90PostingsFormat.IntBlockTermState in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as Lucene90PostingsFormat.IntBlockTermStateModifier and TypeFieldDescription(package private) static final Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsWriter.emptyState(package private) Lucene90PostingsFormat.IntBlockTermStateLucene90PostingsWriter.lastStateMethods in org.apache.lucene.backward_codecs.lucene90 that return Lucene90PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene90PostingsFormat.IntBlockTermState.clone()Lucene90PostingsWriter.newTermState()Methods in org.apache.lucene.backward_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.backward_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)