- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setBoost_InScope (0.05 seconds)
-
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); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 64.2K bytes - Click Count (0) -
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); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 68.6K bytes - Click Count (0)