C# Class Lucene.Net.Misc.GetTermInfo

Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
Main ( string args ) : void
TermInfo ( Store dir, Lucene.Net.Index.Term term ) : void

Private Methods

Méthode Description
Usage ( ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

TermInfo() public static méthode

public static TermInfo ( Store dir, Lucene.Net.Index.Term term ) : void
dir Store
term Lucene.Net.Index.Term
Résultat void