Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_parseQueryLog_withMultipleRoles (0.13 seconds)

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

            assertTrue(items.size() > 0);
            SuggestItem item = items.get(0);
            assertTrue("Should have multiple tags", item.getTags().length >= 2);
        }
    
        @Test
        public void test_parseQueryLog_withMultipleRoles() throws Exception {
            QueryLog queryLog = new QueryLog("content:test AND role:admin AND role:user", null);
            List<SuggestItem> items =
    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)
Back to Top