Uses of Class
org.apache.lucene.misc.TermStats

Packages that use TermStats
org.apache.lucene.misc Miscellaneous index tools. 
 

Uses of TermStats in org.apache.lucene.misc
 

Methods in org.apache.lucene.misc that return TermStats
static TermStats[] HighFreqTerms.getHighFreqTerms(IndexReader reader, int numTerms, String field, Comparator<TermStats> comparator)
          Returns TermStats[] ordered by the specified comparator
 

Methods in org.apache.lucene.misc with parameters of type TermStats
 int HighFreqTerms.DocFreqComparator.compare(TermStats a, TermStats b)
           
 int HighFreqTerms.TotalTermFreqComparator.compare(TermStats a, TermStats b)
           
 

Method parameters in org.apache.lucene.misc with type arguments of type TermStats
static TermStats[] HighFreqTerms.getHighFreqTerms(IndexReader reader, int numTerms, String field, Comparator<TermStats> comparator)
          Returns TermStats[] ordered by the specified comparator
 



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