Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterList (0.04 sec)

  1. src/main/java/org/codelibs/fess/query/QueryProcessor.java

        /**
         * List of filters that will be applied during query processing.
         * Filters are applied in the order they are added to this list.
         */
        protected List<Filter> filterList = new ArrayList<>();
    
        /**
         * The filter chain that processes queries through all registered filters
         * before executing the appropriate query command.
         */
        protected FilterChain filterChain;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top