- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_setQueryFreqThreshold (0.31 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequestBuilderTest.java
PopularWordsResponse response = suggester.popularWords().setWindowSize(50).execute().getResponse(); assertNotNull(response); } @Test public void test_setQueryFreqThreshold() throws Exception { indexItems(); PopularWordsResponse response = suggester.popularWords().setQueryFreqThreshold(5).execute().getResponse(); assertNotNull(response); }Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 5.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequestTest.java
assertNotNull(response); for (String word : response.getWords()) { assertTrue(!word.equals("クエリ0")); } } @Test public void test_setQueryFreqThreshold() throws Exception { indexQueryItems(); PopularWordsResponse response = suggester.popularWords().setSize(10).setQueryFreqThreshold(20).execute().getResponse(); assertNotNull(response);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)