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.
Exibir arquivo Open project: apache/lucenenet

Public Methods

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

Private Methods

Method Description
Usage ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

TermInfo() public static method

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