Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setBoost_Terms (0.16 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsDataConfigCQ.java

            not(not -> not.setBoost_Term(boost), opLambda);
        }
    
        public void setBoost_Terms(Collection<Float> boostList) {
            setBoost_Terms(boostList, null);
        }
    
        public void setBoost_Terms(Collection<Float> boostList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("boost", boostList);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 108.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java

            not(not -> not.setBoost_Term(boost), opLambda);
        }
    
        public void setBoost_Terms(Collection<Float> boostList) {
            setBoost_Terms(boostList, null);
        }
    
        public void setBoost_Terms(Collection<Float> boostList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("boost", boostList);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 172.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java

            not(not -> not.setBoost_Term(boost), opLambda);
        }
    
        public void setBoost_Terms(Collection<Float> boostList) {
            setBoost_Terms(boostList, null);
        }
    
        public void setBoost_Terms(Collection<Float> boostList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
            TermsQueryBuilder builder = regTermsQ("boost", boostList);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 165.3K bytes
    - Viewed (0)
Back to top