public static class PhraseWildcardQuery.TermStats extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
docFreq  | 
protected BytesRef | 
termBytes  | 
protected long | 
totalTermFreq  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
TermStats(BytesRef termBytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addStats(int docFreq,
        long totalTermFreq)  | 
BytesRef | 
getTermBytes()  | 
protected final BytesRef termBytes
protected int docFreq
protected long totalTermFreq
protected TermStats(BytesRef termBytes)
public BytesRef getTermBytes()
protected void addStats(int docFreq,
                        long totalTermFreq)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.