Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_parseDocument (0.15 sec)

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

            chain.init();
            return chain;
        }
    
        protected Normalizer createDefaultNormalizer() {
            // TODO
            return new NormalizerChain();
        }
    
        @Test
        public void test_parseDocument() throws Exception {
            Map<String, Object> document = new HashMap<>();
            document.put("content", "これはテストです。検索エンジン。");
            document.put("title", "タイトル");
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 12.2K bytes
    - Viewed (0)
Back to top