Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addElevateWord (0.06 seconds)

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

         * @param elevateWord The elevate word to add
         * @param apply Whether to apply the change immediately (index the word)
         * @return The SuggestIndexResponse
         */
        public SuggestIndexResponse addElevateWord(final String index, final ElevateWord elevateWord, final boolean apply) {
            final String normalizedWord = normalizer.normalize(elevateWord.getElevateWord(), "");
            final List<String> normalizedReadings =
    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