Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

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

                assertEquals(SuggestItem.Kind.DOCUMENT, item.getKinds()[0]);
                assertEquals(1, item.getDocFreq());
            }
        }
    
        @Test
        public void test_parseDocumentWithTags() throws Exception {
            Map<String, Object> document = new HashMap<>();
            document.put("content", "テストドキュメント");
            document.put("label", "tag1");
            document.put("virtual_host", "host1");
    
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 12.2K bytes
    - Click Count (0)
Back to Top