Interface QueryPreprocessorRegistry
- All Known Implementing Classes:
DefaultQueryPreprocessorRegistry
public interface QueryPreprocessorRegistry
Query preprocessor registry provides method to execute any registered
QueryPreprocessor beans before executing real search in
DB.-
Method Summary
Modifier and TypeMethodDescriptionvoidIterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject.
-
Method Details
-
executeAllPreprocessors
Iterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject.- Parameters:
query-FlexibleSearchQueryobject.
-