Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setPaths_Terms (0.07 sec)

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

            }
        }
    
        public void setPaths_Terms() {
            setPaths_Terms(null);
        }
    
        public void setPaths_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setPaths_Terms("paths", opLambda, null);
        }
    
        public void setPaths_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsFileConfigCA> aggsLambda) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 144.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java

            not(not -> not.setPaths_Term(paths), opLambda);
        }
    
        public void setPaths_Terms(Collection<String> pathsList) {
            setPaths_Terms(pathsList, null);
        }
    
        public void setPaths_Terms(Collection<String> pathsList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("paths", pathsList);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 165.3K bytes
    - Viewed (0)
Back to top