Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_setWindowSize (0.11 seconds)

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

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

            PopularWordsResponse response = suggester.popularWords().addExcludeWord("test").execute().getResponse();
    
            assertNotNull(response);
        }
    
        @Test
        public void test_setWindowSize() throws Exception {
            indexItems();
    
            PopularWordsResponse response = suggester.popularWords().setWindowSize(50).execute().getResponse();
    
            assertNotNull(response);
        }
    
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 5.1K bytes
    - Click Count (0)
Back to Top