- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for maxWidth (0.03 sec)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* @param dataMap additional data map (not currently used) * @param maxWidth the maximum width of the digest * @return the abbreviated and normalized digest, or empty string if content is null */ public String getDigest(final ResponseData responseData, final String content, final Map<String, Object> dataMap, final int maxWidth) { if (content == null) { return StringUtil.EMPTY; // empty }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0)