Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getDataMap_withList (0.11 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/XmlUtilTest.java

            assertEquals("Test Title", dataMap.get("title"));
            assertEquals("Test Content", dataMap.get("content"));
            assertEquals("Test Author", dataMap.get("author"));
        }
    
        public void test_getDataMap_withList() throws Exception {
            // Test parsing field with list
            String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<doc>\n" + "  <field name=\"tags\">\n" + "    <list>\n"
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top