Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createEmptyMap (0.38 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java

            } else {
                this.userBoost = 1;
            }
            this.docFreq = docFreq;
            this.queryFreq = queryFreq;
            timestamp = ZonedDateTime.now();
            emptySource = createEmptyMap();
            id = SuggestUtil.createSuggestTextId(this.text);
        }
    
        /**
         * Returns the text of the suggest item.
         * @return The text.
         */
        public String getText() {
    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)
Back to Top