Class Lucene50PostingsFormat.IntBlockTermState

java.lang.Object
org.apache.lucene.index.TermState
org.apache.lucene.index.OrdTermState
org.apache.lucene.codecs.BlockTermState
org.apache.lucene.backward_codecs.lucene50.Lucene50PostingsFormat.IntBlockTermState
All Implemented Interfaces:
Cloneable
Enclosing class:
Lucene50PostingsFormat

public static final class Lucene50PostingsFormat.IntBlockTermState extends BlockTermState
Holds all state required for Lucene50PostingsReader to produce a PostingsEnum without re-seeking the terms dict.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.