Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyword (0.14 sec)

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

            final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey();
            keywordList.stream().forEach(keyword -> {
                final List<Tuple3<String, QueryBuilder, ScoreFunctionBuilder<?>>> boostList = getQueryMap(key).get(toLowerCase(keyword));
                if (boostList != null) {
                    boostList.forEach(pair -> list.add(new FilterFunctionBuilder(pair.getValue2(), pair.getValue3())));
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.2K bytes
    - Viewed (0)
Back to top