Property TotalTermFreq
TotalTermFreq
Returns the total number of occurrences of this term across all documents (the sum of the Freq for each doc that has this term). This will be -1 if the codec doesn't support this measure. Note that, like other term measures, this measure does not take deleted documents into account.
Declaration
public abstract long TotalTermFreq { get; }
Property Value
Type | Description |
---|---|
System.Int64 |