- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getUpdatedSource (0.06 seconds)
-
src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java
/** * Returns the updated source map by merging with existing source. * @param existingSource The existing source map. * @return The updated source map. */ public Map<String, Object> getUpdatedSource(final Map<String, Object> existingSource) { return SuggestItemSerializer.toUpdatedSource(this, existingSource); } /** * Concatenates values to a destination list, avoiding duplicates.Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 13.5K bytes - Click Count (0)