Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setUrlId_InScope (0.33 sec)

  1. src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsClickLogCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setUrlId_InScope(Collection<String> urlIdList) {
            setUrlId_Terms(urlIdList, null);
        }
    
        public void setUrlId_InScope(Collection<String> urlIdList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            setUrlId_Terms(urlIdList, opLambda);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top