Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 122 of 122 for dictionary (0.1 sec)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            if (StringUtil.isNotBlank(fessConfig.getIndexDictionaryPrefix())) {
                String dictionaryPath = System.getProperty("fess.dictionary.path", StringUtil.EMPTY);
                if (StringUtil.isBlank(dictionaryPath)) {
                    System.setProperty("fess.dictionary.path", fessConfig.getIndexDictionaryPrefix() + "/");
                } else {
                    if (!dictionaryPath.endsWith("/")) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Dictionary List */
        public static final String LABELS_dict_configuration = "{labels.dict_configuration}";
    
        /** The key of the message: Dictionary List */
        public static final String LABELS_dict_list_title = "{labels.dict_list_title}";
    
        /** The key of the message: Dictionary */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top