Class TermStats
Holder for per-term statistics.
Inheritance
System.Object
TermStats
Assembly: DistributedLucene.Net.dll
Syntax
public class TermStats : object
Constructors
Name | Description |
---|---|
TermStats(Int32, Int64) | Sole constructor. |
Properties
Name | Description |
---|---|
DocFreq | How many documents have at least one occurrence of this term. |
TotalTermFreq | Total number of times this term occurs across all documents in the field. |