Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setClientIp_Terms (0.12 sec)

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

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

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