Uses of Class
org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.IntBlockTermState
Packages that use Lucene50PostingsFormat.IntBlockTermState
Package
Description
Components from the Lucene 5.0 index format
See
org.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.IntBlockTermStateMethods in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermStateModifier and TypeMethodDescriptionLucene50PostingsReader.BlockDocsEnum.reset(Lucene50PostingsFormat.IntBlockTermState termState, int flags) Lucene50PostingsReader.EverythingEnum.reset(Lucene50PostingsFormat.IntBlockTermState termState, int flags) Constructors in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50PostingsFormat.IntBlockTermStateModifierConstructorDescriptionBlockImpactsEverythingEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState, int flags) BlockImpactsPostingsEnum(FieldInfo fieldInfo, Lucene50PostingsFormat.IntBlockTermState termState)