public class TermData
extends java.lang.Object
Constructor and Description |
---|
TermData(int termCount,
int docCount)
Constructor for the TermData object
|
Modifier and Type | Method and Description |
---|---|
int |
getDocCount()
Number of documents (records) in the index in which the term resides in the given field(s).
|
int |
getTermCount()
Number of times the term appears in the given field(s).
|