Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setBoost_InScope (0.05 sec)

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

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

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