Class HighFreqTerms

java.lang.Object
org.apache.lucene.misc.HighFreqTerms

public class HighFreqTerms extends Object
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.