Interface QueryPreprocessorRegistry
-
- All Known Implementing Classes:
DefaultQueryPreprocessorRegistry
public interface QueryPreprocessorRegistryQuery preprocessor registry provides method to execute any registeredQueryPreprocessorbeans before executing real search in DB.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteAllPreprocessors(FlexibleSearchQuery query)Iterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject.
-
-
-
Method Detail
-
executeAllPreprocessors
void executeAllPreprocessors(FlexibleSearchQuery query)
Iterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject.- Parameters:
query-FlexibleSearchQueryobject.
-
-