- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toSuggestItem (0.04 sec)
-
src/main/java/org/codelibs/fess/suggest/entity/ElevateWord.java
return roles; } /** * Converts this ElevateWord instance to a SuggestItem. * * @return a SuggestItem representing this ElevateWord */ public SuggestItem toSuggestItem() { final String[][] readingArray = this.getReadings().stream().map(reading -> new String[] { reading }).toArray(count -> new String[count][]);
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4K bytes - Viewed (0)