C# Class Lucene.Net.Misc.TermStats

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

Private Properties

Свойство Type Description
TermStats Lucene.Net.Util

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

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

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string