- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for searchTestWithWildcard (0.11 sec)
-
SearchApiTests.java
L266: int sortValue = Integer.parseInt(doc.get(sortField).toString()); L267: assertTrue(sortValue >= prevVal); L268: prevVal = sortValue; L269: } L270: } L271: L272: @Test L273: public void searchTestWithWildcard() throws Exception { L274: String field = "filetype"; L275: String query = "others"; L276: String wcQuery1 = "othe*"; L277: String wcQuery2 = "oth??s"; L278: Map<String, String> params = new HashMap<>();...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.6K bytes