Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toSuggestItem (0.26 seconds)

  1. src/main/java/org/codelibs/fess/suggest/index/operations/WordManagementOperations.java

                    elevateWord.getTags(), elevateWord.getRoles());
            settings.elevateWord().add(normalized);
            if (apply) {
                final SuggestItem item = normalized.toSuggestItem();
                return indexingOps.index(index, item, badWordsSupplier.get());
            }
            return new SuggestIndexResponse(0, 0, null, 0);
        }
    
        /**
         * Deletes an elevate word.
         *
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 6.4K bytes
    - Click Count (0)
Back to Top