Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setKey_Terms (1.58 sec)

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

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

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