Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setQuery_Terms (0.08 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java

            }
        }
    
        public void setQuery_Terms() {
            setQuery_Terms(null);
        }
    
        public void setQuery_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setQuery_Terms("query", opLambda, null);
        }
    
        public void setQuery_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsKeyMatchCA> aggsLambda) {
            setQuery_Terms("query", opLambda, aggsLambda);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java

            not(not -> not.setQuery_Term(query), opLambda);
        }
    
        public void setQuery_Terms(Collection<String> queryList) {
            setQuery_Terms(queryList, null);
        }
    
        public void setQuery_Terms(Collection<String> queryList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("query", queryList);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 68.6K bytes
    - Viewed (0)
Back to top