Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for synonym (0.38 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to download the 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 the Synonym file. */
        public static final String ERRORS_failed_to_upload_synonym_file = "{errors.failed_to_upload_synonym_file}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** 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 */
        public static final String LABELS_dict_synonym_list_link = "{labels.dict_synonym_list_link}";
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_aws/fess.json

              "length" : 10
            },
            "truncate20_filter" : {
              "type" : "truncate",
              "length" : 20
            },
            "synonym_filter" : {
              "type" : "synonym_graph",
              "synonyms": ["fess,フエス"]
            }
          },
          "tokenizer": {
            "japanese_tokenizer": {
              "type": "kuromoji_tokenizer",
              "mode": "normal",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_cloud/fess.json

              "length" : 10
            },
            "truncate20_filter" : {
              "type" : "truncate",
              "length" : 20
            },
            "synonym_filter" : {
              "type" : "synonym_graph",
              "synonyms": ["fess,フエス"]
            }
          },
          "tokenizer": {
            "japanese_tokenizer": {
              "type": "kuromoji_tokenizer",
              "mode": "normal",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
Back to top