- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for keyboard (0.07 sec)
-
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
for (String keyword : query.split(" ")) { if (keyword.equals("AND")) { continue; } assertTrue( doc.entrySet() .stream() .anyMatch(entry -> entry.getValue().toString().toLowerCase().contains(keyword.toLowerCase())),
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
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()))); } });
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0)