Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_documentListImmutability (0.1 sec)

  1. src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java

            // Test with negative query time (edge case)
            SearchResult result = SearchResult.create().queryTime(-1L).build();
    
            assertEquals(-1L, result.getQueryTime());
        }
    
        public void test_documentListImmutability() {
            // Test that document list is not modified after creation
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("id", "1");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top