Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
protected List<PhraseWildcardQuery.TermBytesTermState> |
PhraseWildcardQuery.collectMultiTermDataForSegment(PhraseWildcardQuery.MultiTerm multiTerm,
LeafReaderContext leafReaderContext,
int remainingExpansions,
MutableValueBool shouldStopSegmentIteration,
Map<BytesRef,PhraseWildcardQuery.TermStats> termStatsMap)
Collects the
TermState list and TermStatistics for a multi-term
on a specific index segment. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.