Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for synonym (0.04 sec)

  1. src/main/resources/esclient.xml

    		</property>
    		<!-- Dictionaries -->
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"mapping.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"synonym.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ar/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to download a synonym file. */
        public static final String ERRORS_failed_to_download_synonym_file = "{errors.failed_to_download_synonym_file}";
    
        /** The key of the message: Failed to upload a synonym file. */
        public static final String ERRORS_failed_to_upload_synonym_file = "{errors.failed_to_upload_synonym_file}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    # Online help key for elevate word.
    online.help.name.elevateword=elevateword
    # Online help key for request header.
    online.help.name.reqheader=reqheader
    # Online help key for synonym dictionary.
    online.help.name.dict.synonym=synonym
    # Online help key for dictionary.
    online.help.name.dict=dict
    # Online help key for Kuromoji dictionary.
    online.help.name.dict.kuromoji=kuromoji
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dictionary_type = "{labels.dictionary_type}";
    
        /** The key of the message: Synonym List */
        public static final String LABELS_dict_synonym_configuration = "{labels.dict_synonym_configuration}";
    
        /** The key of the message: Synonym List */
        public static final String LABELS_dict_synonym_title = "{labels.dict_synonym_title}";
    
        /** The key of the message: List */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNameReqheader();
    
        /**
         * Get the value for the key 'online.help.name.dict.synonym'. <br>
         * The value is, e.g. synonym <br>
         * comment: Online help key for synonym dictionary.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameDictSynonym();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  6. src/main/java/org/codelibs/fess/dict/DictionaryItem.java

     */
    package org.codelibs.fess.dict;
    
    /**
     * Abstract base class for all dictionary items in the Fess search system.
     * Dictionary items are used to store entries in various dictionaries such as
     * synonyms, kuromoji, protwords, and stopwords dictionaries.
     *
     */
    public abstract class DictionaryItem {
        /** The unique identifier for this dictionary item */
        protected long id;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.20.md

    - Services will now have a `clusterIPs` field to go with `clusterIP`.  `clusterIPs[0]` is a synonym for `clusterIP` and will be synchronized on create and update operations. ([#95894](https://github.com/kubernetes/kubernetes/pull/95894), [@thockin](https://github.com/thockin)) [SIG Network]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_fr.properties

    errors.failed_to_stop_job = Échec de l'arrêt d'une tâche : {0}.
    errors.failed_to_download_synonym_file = Échec du téléchargement d'un fichier de synonymes.
    errors.failed_to_upload_synonym_file = Échec du téléversement d'un fichier de synonymes.
    errors.failed_to_download_stemmeroverride_file = Échec du téléchargement d'un fichier de remplacement de racinisation.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/dict/DictionaryManager.java

    import jakarta.annotation.PostConstruct;
    
    /**
     * Manager class for handling dictionary files in the Fess search system.
     * This class provides functionality to retrieve, store, and manage various
     * dictionary files such as synonyms, kuromoji, protwords, and stopwords.
     * It coordinates with DictionaryCreator instances to handle different
     * dictionary types and manages file synchronization through ConfigSync.
     *
     */
    public class DictionaryManager {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.dict_list_title=Liste des dictionnaires
    labels.dict_list_link=Dictionnaire
    labels.dictionary_name=Nom
    labels.dictionary_type=Type
    labels.dict_synonym_configuration=Liste des synonymes
    labels.dict_synonym_title=Liste des synonymes
    labels.dict_synonym_list_link=Liste
    labels.dict_synonym_link_create=Créer nouveau
    labels.dict_synonym_link_edit=Modifier
    labels.dict_synonym_link_delete=Supprimer
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
Back to top