Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<PhraseWildcardQuery.TermBytesTermState> |
PhraseWildcardQuery.collectMultiTermDataForSegment(PhraseWildcardQuery.MultiTerm multiTerm,
LeafReaderContext leafReaderContext,
int remainingExpansions,
MutableValueBool shouldStopSegmentIteration,
java.util.Map<BytesRef,PhraseWildcardQuery.TermStats> termStatsMap)
Collects the
TermState list and TermStatistics for a multi-term
on a specific index segment. |