Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getUrlExpr (0.03 seconds)

  1. src/main/java/org/codelibs/fess/indexer/DocBoostMatcher.java

         *
         * @param rule the boost document rule containing match and boost expressions
         */
        public DocBoostMatcher(final BoostDocumentRule rule) {
            matchExpression = rule.getUrlExpr();
            boostExpression = rule.getBoostExpr();
            scriptType = ComponentUtil.getFessConfig().getCrawlerDefaultScript();
        }
    
        /**
    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)
Back to Top