Class BlockTermState
Holds all state required for PostingsReaderBase to produce a DocsEnum without re-seeking the terms dict.
Assembly: DistributedLucene.Net.dll
Syntax
public class BlockTermState : OrdTermState
Constructors
Name | Description |
---|---|
BlockTermState() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Properties
Name | Description |
---|---|
BlockFilePointer | File pointer into the terms dict primary file (_X.tim) that holds this term. |
DocFreq | How many docs have this term? |
TermBlockOrd | The term's ord in the current block. |
TotalTermFreq | Total number of occurrences of this term. |
Methods
Name | Description |
---|---|
CopyFrom(TermState) | |
ToString() |