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 Type
    Method
    Description
    void
    Iterates over all registered preprocessors and executes each against FlexibleSearchQuery object.
  • Method Details

    • executeAllPreprocessors

      void executeAllPreprocessors(FlexibleSearchQuery query)
      Iterates over all registered preprocessors and executes each against FlexibleSearchQuery object.
      Parameters:
      query - FlexibleSearchQuery object.