Class DisableCachingQueryPreprocessor

  • All Implemented Interfaces:
    QueryPreprocessor

    public class DisableCachingQueryPreprocessor
    extends java.lang.Object
    implements QueryPreprocessor
    Preprocessor which will look for possible flag for enabling or disabling caching of current query.
    • Constructor Detail

      • DisableCachingQueryPreprocessor

        public DisableCachingQueryPreprocessor()
    • Method Detail

      • process

        public void process​(FlexibleSearchQuery query)
        Description copied from interface: QueryPreprocessor
        Executes logic which should be executed before executing search query.
        Specified by:
        process in interface QueryPreprocessor
        Parameters:
        query - object containing all needed informations to execute search
      • setSessionService

        public void setSessionService​(SessionService sessionService)