- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_constructor_withEmptyList (1.43 sec)
-
src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java
assertEquals(0L, result.getQueryTime()); assertTrue(result.isPartialResults()); assertNull(result.getFacetResponse()); } public void test_constructor_withEmptyList() { // Test with empty document list List<Map<String, Object>> emptyList = new ArrayList<>(); SearchResult result = new SearchResult(emptyList, 0L, "eq", 10L, false, null);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0)