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
Fields in org.apache.lucene.misc with type parameters of type TermStatsModifier and TypeFieldDescription(package private) final Comparator<TermStats>
HighFreqTerms.TermStatsQueue.comparator
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
protected boolean
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 comparatorConstructor parameters in org.apache.lucene.misc with type arguments of type TermStatsModifierConstructorDescription(package private)
TermStatsQueue
(int size, Comparator<TermStats> comparator)