Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_complex_document_structure (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/util/DocumentUtilTest.java

        public void test_encodeUrl_unicode() {
            assertEquals("%3F", DocumentUtil.encodeUrl("あ"));
            assertEquals("%3F%3F%3F", DocumentUtil.encodeUrl("あいう"));
        }
    
        @Test
        public void test_complex_document_structure() {
            Map<String, Object> doc = new HashMap<>();
    
            Map<String, Object> nestedMap = new HashMap<>();
            nestedMap.put("nestedKey", "nestedValue");
            doc.put("nested", nestedMap);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top