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.lucene80for 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.IntBlockTermStateLucene50PostingsFormat.IntBlockTermState. clone()Methods in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermState Modifier and Type Method Description PostingsEnumLucene50PostingsReader.BlockDocsEnum. reset(Lucene50PostingsFormat.IntBlockTermState termState, int flags)Lucene50PostingsReader.EverythingEnumLucene50PostingsReader.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)
-