Uses of Class
org.apache.lucene.misc.TermStats
Packages that use TermStats
Package
Description
Miscellaneous Lucene utilities that don't really fit anywhere else.
-
Uses of TermStats in org.apache.lucene.misc
Methods in org.apache.lucene.misc that return TermStatsModifier and TypeMethodDescriptionstatic TermStats[]
HighFreqTerms.getHighFreqTerms
(IndexReader reader, int numTerms, String field, Comparator<TermStats> comparator) Returns TermStats[] ordered by the specified comparatorMethods in org.apache.lucene.misc with parameters of type TermStatsModifier and TypeMethodDescriptionint
int
Method parameters in org.apache.lucene.misc with type arguments of type TermStatsModifier and TypeMethodDescriptionstatic TermStats[]
HighFreqTerms.getHighFreqTerms
(IndexReader reader, int numTerms, String field, Comparator<TermStats> comparator) Returns TermStats[] ordered by the specified comparator