- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Doc1 (0.01 sec)
-
src/test/java/org/codelibs/fess/util/DocListTest.java
DocList docList = new DocList(); Map<String, Object> doc1 = new HashMap<>(); doc1.put("id", "1"); doc1.put("title", "Test Document 1"); Map<String, Object> doc2 = new HashMap<>(); doc2.put("id", "2"); doc2.put("title", "Test Document 2"); docList.add(doc1); docList.add(doc2); assertEquals(2, docList.size());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 6.7K bytes - Viewed (0)