Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for indexQueryItems (0.09 seconds)

  1. src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequestTest.java

        @Test
        public void test_addTag() throws Exception {
            indexQueryItems();
    
            PopularWordsResponse response = suggester.popularWords().setSize(10).addTag("tag1").execute().getResponse();
    
            assertNotNull(response);
            assertTrue(response.getTotal() > 0);
        }
    
        @Test
        public void test_addRole() throws Exception {
            indexQueryItems();
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 6.9K bytes
    - Click Count (0)
Back to Top