org.apache.lucene.codecs
Class BlockTermState
java.lang.Object
org.apache.lucene.index.TermState
org.apache.lucene.index.OrdTermState
org.apache.lucene.codecs.BlockTermState
- All Implemented Interfaces:
- Cloneable
public class BlockTermState
- extends OrdTermState
Holds all state required for PostingsReaderBase
to produce a DocsEnum
without re-seeking the
terms dict.
docFreq
public int docFreq
totalTermFreq
public long totalTermFreq
termBlockOrd
public int termBlockOrd
blockFilePointer
public long blockFilePointer
BlockTermState
public BlockTermState()
copyFrom
public void copyFrom(TermState _other)
- Description copied from class:
TermState
- Copies the content of the given
TermState
to this instance
- Overrides:
copyFrom
in class OrdTermState
- Parameters:
_other
- the TermState to copy
toString
public String toString()
- Overrides:
toString
in class OrdTermState
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.