Property TotalTermFreq
TotalTermFreq
Returns the accumulated term frequency of all TermState instances passed to Register(TermState, Int32, Int32, Int64).
Declaration
public long TotalTermFreq { get; }
Property Value
Type | Description |
---|---|
System.Int64 | the accumulated term frequency of all TermState instances passed to Register(TermState, Int32, Int32, Int64). |