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