Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addBoostFunction (0.08 sec)

  1. src/main/java/org/codelibs/fess/helper/QueryHelper.java

        public String generateId() {
            return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY);
        }
    
        public void addBoostFunction(final ScoreFunctionBuilder<?> scoreFunction) {
            boostFunctionList.add(new FilterFunctionBuilder(scoreFunction));
        }
    
        public void addBoostFunction(final QueryBuilder filter, final ScoreFunctionBuilder<?> scoreFunction) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top