Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createEmptyMap (0.05 sec)

  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() {
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 25.1K bytes
    - Viewed (0)
Back to top