public class TermStats
extends java.lang.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–2025 The Apache Software Foundation. All rights reserved.