- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_listOperations_indexOperations (0.94 sec)
-
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
assertTrue(qrList.containsAll(checkList)); checkList = Arrays.asList(doc1, doc2); assertFalse(qrList.containsAll(checkList)); } public void test_listOperations_indexOperations() { List<Map<String, Object>> documentList = new ArrayList<>(); Map<String, Object> doc1 = new HashMap<>(); doc1.put("title", "Doc1"); Map<String, Object> doc2 = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 39.7K bytes - Viewed (0)