Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setQueryId_Terms (0.17 sec)

  1. src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java

            }
        }
    
        public void setQueryId_Terms() {
            setQueryId_Terms(null);
        }
    
        public void setQueryId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setQueryId_Terms("queryId", opLambda, null);
        }
    
        public void setQueryId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsClickLogCA> aggsLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsFavoriteLogCA.java

            }
        }
    
        public void setQueryId_Terms() {
            setQueryId_Terms(null);
        }
    
        public void setQueryId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setQueryId_Terms("queryId", opLambda, null);
        }
    
        public void setQueryId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsFavoriteLogCA> aggsLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsFavoriteLogCQ.java

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