Uses of Class
org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.IntBlockTermState
-
Packages that use Lucene50PostingsFormat.IntBlockTermState Package Description org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format. -
-
Uses of Lucene50PostingsFormat.IntBlockTermState in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return Lucene50PostingsFormat.IntBlockTermState Modifier and Type Method Description Lucene50PostingsFormat.IntBlockTermState
Lucene50PostingsFormat.IntBlockTermState. clone()
Methods in org.apache.lucene.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.codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermState Constructor Description BlockImpactsEverythingEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState, int flags)
BlockImpactsPostingsEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState)
-