Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 122 for Ford (0.04 sec)

  1. src/main/resources/fess_message_id.properties

    errors.failed_to_download_elevate_file = Gagal mengunduh berkas elevate word.
    errors.failed_to_upload_elevate_file = Gagal mengunggah berkas elevate word.
    errors.failed_to_download_badword_file = Gagal mengunduh berkas bad word.
    errors.failed_to_upload_badword_file = Gagal mengunggah berkas bad word.
    errors.failed_to_download_mapping_file = Gagal mengunduh berkas mapping.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:12:58 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java

                        final AnalyzeToken token = tokens.get(i);
                        final String word = token.getTerm();
                        if (StringUtil.isBlank(word)) {
                            continue;
                        }
                        final String[] words = { word };
                        final String[][] readings = new String[words.length][];
                        final List<String> l;
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java

        /** The label type IDs associated with this elevate word entry */
        public String[] labelTypeIds;
    
        /** The CRUD operation mode for form processing */
        @ValidateTypeFailure
        public Integer crudMode;
    
        /** The word that should trigger document elevation in search results */
        @Required
        public String suggestWord;
    
        /** The reading/pronunciation of the suggest word for language analysis */
        public String reading;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/suggest/entity/ElevateWord.java

         */
        protected final List<String> readings;
    
        /**
         * The list of fields associated with the elevate word.
         */
        protected final List<String> fields;
    
        /**
         * The list of tags associated with the elevate word.
         */
        protected final List<String> tags;
    
        /**
         * The list of roles associated with the elevate word.
         */
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItem.java

                newOutput = output;
            }
        }
    
        /**
         * Gets the new input word.
         *
         * @return The new input word.
         */
        public String getNewInput() {
            return newInput;
        }
    
        /**
         * Sets the new input word.
         *
         * @param newInput The new input word.
         */
        public void setNewInput(final String newInput) {
            this.newInput = newInput;
        }
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/suggest/settings/ElevateWordSettings.java

     * <ul>
     *   <li>{@code ELEVATE_WORD_SETTINGD_KEY} - The key for elevate word settings.</li>
     *   <li>{@code ELEVATE_WORD_BOOST} - The key for elevate word boost value.</li>
     *   <li>{@code ELEVATE_WORD_READING} - The key for elevate word readings.</li>
     *   <li>{@code ELEVATE_WORD_FIELDS} - The key for elevate word fields.</li>
     *   <li>{@code ELEVATE_WORD_TAGS} - The key for elevate word tags.</li>
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/suggest/settings/BadWordSettings.java

            }
    
            if (logger.isDebugEnabled()) {
                logger.debug("Adding bad word: index={}, word={}", arraySettings.arraySettingsIndexName, badWord);
            }
            arraySettings.add(BAD_WORD_SETTINGS_KEY, badWord);
        }
    
        /**
         * Delete a bad word.
         * @param badWord Bad word
         */
        public void delete(final String badWord) {
            if (logger.isDebugEnabled()) {
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Sun Nov 23 03:02:17 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_message.properties

    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word file.
    errors.failed_to_download_badword_file = Failed to download a bad word file.
    errors.failed_to_upload_badword_file = Failed to upload a bad word file.
    errors.failed_to_download_mapping_file = Failed to download a mapping file.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_en.properties

    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word file.
    errors.failed_to_download_badword_file = Failed to download a bad word file.
    errors.failed_to_upload_badword_file = Failed to upload a bad word file.
    errors.failed_to_download_mapping_file = Failed to download a mapping file.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/SuggestHelper.java

         *
         * @param word        The elevate word.
         * @param reading     The reading of the word.
         * @param tags        The tags associated with the word.
         * @param permissions The permissions for the word.
         * @param boost       The boost value for the word.
         * @param apply       true to apply the changes immediately.
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 22.3K bytes
    - Viewed (0)
Back to top