protected static class PhraseWildcardQuery.TermsData extends 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 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) |
String |
toString() |
protected final int numTerms
protected final int numSegments
protected final 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()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.