Package org.apache.lucene.search
Class PhraseWildcardQuery.TermStats
- java.lang.Object
- 
- org.apache.lucene.search.PhraseWildcardQuery.TermStats
 
- 
- Enclosing class:
- PhraseWildcardQuery
 
 public static class PhraseWildcardQuery.TermStats extends Object Accumulates the doc freq and total term freq.
- 
- 
Field SummaryFields Modifier and Type Field Description protected intdocFreqprotected BytesReftermBytesprotected longtotalTermFreq
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddStats(int docFreq, long totalTermFreq)BytesRefgetTermBytes()
 
- 
- 
- 
Field Detail- 
termBytesprotected final BytesRef termBytes 
 - 
docFreqprotected int docFreq 
 - 
totalTermFreqprotected long totalTermFreq 
 
- 
 - 
Constructor Detail- 
TermStatsprotected TermStats(BytesRef termBytes) 
 
- 
 - 
Method Detail- 
getTermBytespublic BytesRef getTermBytes() 
 - 
addStatsprotected void addStats(int docFreq, long totalTermFreq)
 
- 
 
-