C# Class Lucene.Net.Misc.TermStats

Holder for a term along with its statistics (DocFreq and TotalTermFreq).
Exibir arquivo Open project: apache/lucenenet

Private Properties

Property Type Description
TermStats Lucene.Net.Util

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
TermStats ( string field, BytesRef termtext, int df, long tf ) : Lucene.Net.Util

Method Details

ToString() public method

public ToString ( ) : string
return string