- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getBoostExpression (0.07 sec)
-
src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java
return ((Double) value).floatValue(); } if (value != null) { return Float.parseFloat(value.toString()); } return 0.0f; } public String getBoostExpression() { return boostExpression; } public void setBoostExpression(final String expression) { boostExpression = expression; } public String getMatchExpression() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 2.8K bytes - Viewed (0)