Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for createLocalCQ (0.07 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java

        }
    
        protected BsFileConfigCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsFileConfigCQ createLocalCQ() {
            return new FileConfigCQ();
        }
    
        // ===================================================================================
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top