Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for MappingFile (0.05 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.scriptType=実行方法
    labels.segmentation=分割
    labels.startTime=開始時間
    labels.target=対象
    labels.token=トークン
    labels.synonymFile=同義語ファイル
    labels.stopwordsFile=ストップワードファイル
    labels.stemmerOverrideFile=Stemmer上書きファイル
    labels.mappingFile=マッピングファイル
    labels.protwordsFile=Protwordsファイル
    labels.kuromojiFile=Kuromojiファイル
    labels.elevateWordFile=追加ワードファイル
    labels.badWordFile=除外ワードファイル
    labels.urlExpr=条件
    labels.boostExpr=ブースト値式
    labels.confirmPassword=確認
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_STEMMER_OVERRIDE_FILE = "{labels.stemmerOverrideFile}";
    
        /** The key of the message: Mapping File */
        public static final String LABELS_MAPPING_FILE = "{labels.mappingFile}";
    
        /** The key of the message: Protwords File */
        public static final String LABELS_PROTWORDS_FILE = "{labels.protwordsFile}";
    
        /** The key of the message: Additional Word File */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top