protected static class PhraseWildcardQuery.TermsData
extends java.lang.Object
TermState
and TermStatistics
for all the matched
and collected Term
, for all phrase terms, for all segments.Modifier and Type | Field and Description |
---|---|
protected int |
numSegments |
protected int |
numTerms |
protected int |
numTermsMatching |
protected PhraseWildcardQuery.TermData[] |
termDataPerPosition |
protected java.util.List<TermStatistics> |
termStatsList |
Modifier | Constructor and Description |
---|---|
protected |
TermsData(int numTerms,
int numSegments) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
areAllTermsMatching() |
protected PhraseWildcardQuery.TermData |
getOrCreateTermData(int termPosition) |
protected PhraseWildcardQuery.TermData |
getTermData(int termPosition) |
java.lang.String |
toString() |
protected final int numTerms
protected final int numSegments
protected final java.util.List<TermStatistics> termStatsList
protected final PhraseWildcardQuery.TermData[] termDataPerPosition
protected int numTermsMatching
protected PhraseWildcardQuery.TermData getOrCreateTermData(int termPosition)
protected PhraseWildcardQuery.TermData getTermData(int termPosition)
protected boolean areAllTermsMatching()
public java.lang.String toString()
toString
in class java.lang.Object