- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for boostExpression (0.05 seconds)
-
src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java
return 0.0f; } } return 0.0f; } /** * Gets the current boost expression. * * @return the boost expression string */ public String getBoostExpression() { return boostExpression; } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:03:38 GMT 2026 - 5.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/crawler/resources/app.xml
<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" class="org.codelibs.fess.helper.CrawlerStatsHelper"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 07 06:19:20 GMT 2024 - 1.8K bytes - Click Count (0)