Class TermStatistics
Contains statistics for a specific term
@lucene.experimental
Inheritance
System.Object
TermStatistics
Assembly: DistributedLucene.Net.dll
Syntax
public class TermStatistics : object
Constructors
Name | Description |
---|---|
TermStatistics(BytesRef, Int64, Int64) | Sole constructor. |
Properties
Name | Description |
---|---|
DocFreq | Returns the number of documents this term occurs in |
Term | Returns the term text |
TotalTermFreq | Returns the total number of occurrences of this term |