public class TermStats extends Object
TermsEnum.docFreq()
,
TermsEnum.totalTermFreq()
Modifier and Type | Field and Description |
---|---|
int |
docFreq
How many documents have at least one occurrence of
this term.
|
long |
totalTermFreq
Total number of times this term occurs across all
documents in the field.
|
Constructor and Description |
---|
TermStats(int docFreq,
long totalTermFreq)
Sole constructor.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.