- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_getWords (1.76 sec)
-
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponseTest.java
PopularWordsResponse response = new PopularWordsResponse("test-index", 123, words, 5, new ArrayList<>()); assertEquals(123, response.getTookMs()); } @Test public void test_getWords() throws Exception { List<String> words = new ArrayList<>(); words.add("apple"); words.add("banana"); words.add("cherry");
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Nov 13 00:40:54 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestResponseTest.java
SuggestResponse response = new SuggestResponse("test-index", 250, words, 5, new ArrayList<>()); assertEquals(250, response.getTookMs()); } @Test public void test_getWords() throws Exception { List<String> words = new ArrayList<>(); words.add("apple"); words.add("application"); words.add("apply");
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 6.4K bytes - Viewed (0)