Property SumTotalTermFreq
SumTotalTermFreq
Returns the sum of TotalTermFreq for all terms in this field, or -1 if this measure isn't stored by the codec (or if this fields omits term freq and positions). Note that, just like other term measures, this measure does not take deleted documents into account.
Declaration
public abstract long SumTotalTermFreq { get; }
Property Value
Type | Description |
---|---|
System.Int64 |