Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for boostExpression (1.36 seconds)

  1. 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)
Back to Top