- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getTookMs (0.04 sec)
-
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestResponse.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponse.java
return index; } /** * Returns the time taken to generate the response in milliseconds. * * @return the time taken in milliseconds */ public long getTookMs() { return tookMs; } /** * Returns the list of popular words. * * @return the list of popular words */ public List<String> getWords() { return words;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 3.1K bytes - Viewed (0)