Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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", "タイトル");
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 12.1K bytes
    - Click Count (0)
Back to Top