Class HighFreqTerms
HighFreqTerms class extracts the top n most frequent terms (by document frequency) from an existing Lucene index and reports their document frequency.
If the -t flag is given, both document frequency and total tf (total number of occurrences) are reported, ordered by descending total tf.
Inheritance
System.Object
HighFreqTerms
Assembly: Lucene.Net.Misc.dll
Syntax
public class HighFreqTerms : object
Fields
Name | Description |
---|---|
DEFAULT_NUMTERMS |
Methods
Name | Description |
---|---|
GetHighFreqTerms(IndexReader, Int32, String, IComparer<TermStats>) | Returns TermStats[] ordered by the specified comparer |
Main(String[]) |