Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 93 of 93 for stopWords (0.04 sec)

  1. src/main/resources/fess_config.properties

    online.help.name.dict.kuromoji=kuromoji
    # Online help key for protected words dictionary.
    online.help.name.dict.protwords=protwords
    # Online help key for stopwords dictionary.
    online.help.name.dict.stopwords=stopwords
    # Online help key for stemmer override dictionary.
    online.help.name.dict.stemmeroverride=stemmeroverride
    # Online help key for mapping dictionary.
    online.help.name.dict.mapping=mapping
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_dict_protwords_file = "{labels.dict_protwords_file}";
    
        /** The key of the message: Stopwords Word List */
        public static final String LABELS_dict_stopwords_configuration = "{labels.dict_stopwords_configuration}";
    
        /** The key of the message: Stopwords Word List */
        public static final String LABELS_dict_stopwords_title = "{labels.dict_stopwords_title}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNameDictProtwords();
    
        /**
         * Get the value for the key 'online.help.name.dict.stopwords'. <br>
         * The value is, e.g. stopwords <br>
         * comment: Online help key for stopwords dictionary.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameDictStopwords();
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top