Class TermStats
- java.lang.Object
-
- org.apache.lucene.luke.models.overview.TermStats
-
public final class TermStats extends Object
Holder for statistics for a term in a specific field.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecodedTermText()Returns the string representation for this term.intgetDocFreq()Returns the document frequency of this term.StringgetField()Returns the field name.StringtoString()
-