Uses of Class
org.apache.lucene.backward_codecs.lucene84.Lucene84PostingsFormat.IntBlockTermState
-
Packages that use Lucene84PostingsFormat.IntBlockTermState Package Description org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format. -
-
Uses of Lucene84PostingsFormat.IntBlockTermState in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return Lucene84PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene84PostingsFormat.IntBlockTermState
Lucene84PostingsFormat.IntBlockTermState. clone()
Methods in org.apache.lucene.backward_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.backward_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)
-