org.apache.lucene.misc
Class HighFreqTerms

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

public class HighFreqTerms
extends Object

HighFreqTerms class extracts terms and their frequencies out of an existing Lucene index.

Version:
$Id: HighFreqTerms.java 376393 2006-02-09 19:17:14Z otis $

Field Summary
static int numTerms
           
 
Constructor Summary
HighFreqTerms()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numTerms

public static final int numTerms
See Also:
Constant Field Values
Constructor Detail

HighFreqTerms

public HighFreqTerms()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.