- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ScoreFunctionBuilder (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
* @param key The virtual host key. * @return A map of terms and boost information. */ protected Map<String, List<Tuple3<String, QueryBuilder, ScoreFunctionBuilder<?>>>> getQueryMap(final String key) { final Map<String, List<Tuple3<String, QueryBuilder, ScoreFunctionBuilder<?>>>> map = keyMatchQueryMap.get(key); if (map != null) { return map; } return Collections.emptyMap(); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 10.1K bytes - Viewed (0)