- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for searchTestWithOrOperation (0.11 sec)
-
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
.anyMatch(entry -> entry.getValue().toString().toLowerCase().contains(keyword.toLowerCase())), doc.toString()); } } } @Test public void searchTestWithOrOperation() throws Exception { String query = "java OR public"; Map<String, String> andParams = new HashMap<>(); andParams.put("q", query.replace("OR", "AND"));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.6K bytes - Viewed (0)