- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for matchExpressions (0.14 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) -
src/main/webapp/WEB-INF/env/crawler/resources/app.xml
<property name="threadDump">false</property> <postConstruct name="addBoostDocumentRule"> <arg> <component class="org.codelibs.fess.indexer.BoostDocumentRule"> <property name="matchExpression">"url.matches(\".*fess.*\")"</property> <property name="boostExpression">"1000.0"</property> </component> </arg> </postConstruct> --> </component> <component name="crawlerStatsHelper"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Apr 09 02:14:47 UTC 2022 - 1.8K bytes - Viewed (0)