Uses of Class
org.apache.lucene.backward_codecs.lucene50.Lucene50PostingsFormat.IntBlockTermState
-
Packages that use Lucene50PostingsFormat.IntBlockTermState Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format. -
-
Uses of Lucene50PostingsFormat.IntBlockTermState in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 that return Lucene50PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene50PostingsFormat.IntBlockTermState
Lucene50PostingsFormat.IntBlockTermState. clone()
Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnum
Lucene50PostingsReader.BlockDocsEnum. reset(Lucene50PostingsFormat.IntBlockTermState termState, int flags)
Lucene50PostingsReader.EverythingEnum
Lucene50PostingsReader.EverythingEnum. reset(Lucene50PostingsFormat.IntBlockTermState termState, int flags)
Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermState Constructor Description BlockImpactsEverythingEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState, int flags)
BlockImpactsPostingsEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState)
-