|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.TermState
org.apache.lucene.index.OrdTermState
org.apache.lucene.codecs.BlockTermState
public class BlockTermState
Holds all state required for PostingsReaderBase
to produce a DocsEnum without re-seeking the
terms dict.
| Field Summary | |
|---|---|
long |
blockFilePointer
fp into the terms dict primary file (_X.tim) that holds this term |
int |
docFreq
how many docs have this term |
int |
termBlockOrd
the term's ord in the current block |
long |
totalTermFreq
total number of occurrences of this term |
| Fields inherited from class org.apache.lucene.index.OrdTermState |
|---|
ord |
| Constructor Summary | |
|---|---|
protected |
BlockTermState()
Sole constructor. |
| Method Summary | |
|---|---|
void |
copyFrom(TermState _other)
Copies the content of the given TermState to this instance |
String |
toString()
|
| Methods inherited from class org.apache.lucene.index.TermState |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int docFreq
public long totalTermFreq
public int termBlockOrd
public long blockFilePointer
| Constructor Detail |
|---|
protected BlockTermState()
| Method Detail |
|---|
public void copyFrom(TermState _other)
TermStateTermState to this instance
copyFrom in class OrdTermState_other - the TermState to copypublic String toString()
toString in class OrdTermState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||