Class TermStats
Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Inherited Members
Namespace: Lucene.Net.Misc
Assembly: Lucene.Net.Misc.dll
Syntax
public sealed class TermStats
Properties
DocFreq
Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Declaration
public int DocFreq { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Field
Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TermText
Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Declaration
public BytesRef TermText { get; }
Property Value
| Type | Description |
|---|---|
| BytesRef |
TotalTermFreq
Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Declaration
public long TotalTermFreq { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |