Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for maxWidth (0.03 seconds)

  1. 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
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:27:04 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top