- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setBoost_InScope (0.05 sec)
-
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) -
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)