Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_parseDocument_nonStringFieldValue (0.15 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java

            assertTrue(items.size() > 0);
            assertTrue("Should have tags from list", items.get(0).getTags().length >= 2);
        }
    
        @Test
        public void test_parseDocument_nonStringFieldValue() throws Exception {
            Map<String, Object> document = new HashMap<>();
            document.put("content", 12345); // Integer instead of String
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 20.3K bytes
    - Click Count (0)
Back to Top