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.
|
executeImpl
execute
public void processQuery(IndexPatternSearch.SearchParameters queryParameters, Processor<? super IndexPatternOccurrence> consumer)
QueryExecutorBase
processQuery
in class IndexPatternSearcher