- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_parseDocument_tagsAsStringArray (0.15 seconds)
-
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java
assertTrue(items.size() > 0); // Languages should be empty array when no lang field assertEquals(0, items.get(0).getLanguages().length); } @Test public void test_parseDocument_tagsAsStringArray() throws Exception { Map<String, Object> document = new HashMap<>(); document.put("content", "test"); document.put("label", new String[] { "tag1", "tag2" });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)