- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for matchExpressions (0.1 sec)
-
src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java
public class DocBoostMatcher { private String boostExpression = "0"; private String matchExpression; private final String scriptType; public DocBoostMatcher() { scriptType = Constants.DEFAULT_SCRIPT; } public DocBoostMatcher(final BoostDocumentRule rule) { matchExpression = rule.getUrlExpr(); boostExpression = rule.getBoostExpr();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 2.8K bytes - Viewed (0)