public class LightIndexPatternSearcher extends IndexPatternSearcher
| Constructor and Description |
|---|
LightIndexPatternSearcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
processQuery(IndexPatternSearch.SearchParameters queryParameters,
Processor<? super IndexPatternOccurrence> consumer)
Find some results according to queryParameters and feed them to consumer.
|
executeImplexecutepublic void processQuery(IndexPatternSearch.SearchParameters queryParameters, Processor<? super IndexPatternOccurrence> consumer)
QueryExecutorBaseprocessQuery in class IndexPatternSearcher