Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for dict_stopwords_file (0.48 sec)

  1. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp

                                        <label for="stopwordsFile" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.dict_stopwords_file"/></label>
                                        <div class="col-sm-9">
                                            <input type="file" id="stopwordsFile" name="stopwordsFile" class="form-control-file"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.dict_stopwords_link_download = Download
    labels.dict_stopwords_link_upload = Upload
    labels.dict_stopwords_source = Source
    labels.dict_stopwords_button_download = Download
    labels.dict_stopwords_button_upload = Upload
    labels.dict_stopwords_file = Stopwords File
    labels.boost_document_rule_configuration=Doc Boost
    labels.boost_document_rule_title_details=Doc Boost
    labels.boost_document_rule_list_url_expr=Condition
    labels.boost_document_rule_url_expr=Condition
    L746
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_de.properties

    labels.dict_stopwords_link_upload = Hochladen
    labels.dict_stopwords_source = Quelle
    labels.dict_stopwords_button_download = Herunterladen
    labels.dict_stopwords_button_upload = Hochladen
    labels.dict_stopwords_file = Stopwort-Liste
    labels.boost_document_rule_configuration=Dok.-Boost
    labels.boost_document_rule_title_details=Dok.-Boost
    labels.boost_document_rule_list_url_expr=Bedingung
    labels.boost_document_rule_url_expr=Bedingung
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.dict_stopwords_link_download = Download
    labels.dict_stopwords_link_upload = Upload
    labels.dict_stopwords_source = Source
    labels.dict_stopwords_button_download = Download
    labels.dict_stopwords_button_upload = Upload
    labels.dict_stopwords_file = Stopwords File
    labels.boost_document_rule_configuration=Doc Boost
    labels.boost_document_rule_title_details=Doc Boost
    labels.boost_document_rule_list_url_expr=Condition
    labels.boost_document_rule_url_expr=Condition
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label.properties

    labels.dict_stopwords_link_download = Download
    labels.dict_stopwords_link_upload = Upload
    labels.dict_stopwords_source = Source
    labels.dict_stopwords_button_download = Download
    labels.dict_stopwords_button_upload = Upload
    labels.dict_stopwords_file = Stopwords File
    labels.boost_document_rule_configuration=Doc Boost
    labels.boost_document_rule_title_details=Doc Boost
    labels.boost_document_rule_list_url_expr=Condition
    labels.boost_document_rule_url_expr=Condition
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.dict_stopwords_link_upload 	=	Charge
    labels.dict_stopwords_source 	=	Source
    labels.dict_stopwords_button_download 	=	Télécharger
    labels.dict_stopwords_button_upload 	=	Envoyer
    labels.dict_stopwords_file 	=	Fichier des Stopwords
    labels.boost_document_rule_configuration	=	Doc Boost
    labels.boost_document_rule_title_details	=	Doc Boost
    labels.boost_document_rule_list_url_expr	=	Condition
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.dict_stopwords_link_download = 다운로드
    labels.dict_stopwords_link_upload = 업로드
    labels.dict_stopwords_source = 단어 정보
    labels.dict_stopwords_button_download = 다운로드
    labels.dict_stopwords_button_upload = 업로드
    labels.dict_stopwords_file = Stopwords 파일
    labels.boost_document_rule_configuration = 문서 부스트
    labels.boost_document_rule_title_details = 문서 부스트
    labels.boost_document_rule_list_url_expr = 상태
    labels.boost_document_rule_url_expr = 상태
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ja.properties

    labels.dict_stopwords_link_download = ダウンロード
    labels.dict_stopwords_link_upload = アップロード
    labels.dict_stopwords_source = 単語情報
    labels.dict_stopwords_button_download = ダウンロード
    labels.dict_stopwords_button_upload = アップロード
    labels.dict_stopwords_file = Stopwordsファイル
    labels.boost_document_rule_configuration=ドキュメントブースト
    labels.boost_document_rule_title_details=ドキュメントブースト
    labels.boost_document_rule_list_url_expr=条件
    labels.boost_document_rule_url_expr=条件
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Stopwords File */
        public static final String LABELS_dict_stopwords_file = "{labels.dict_stopwords_file}";
    
        /** The key of the message: Doc Boost */
        public static final String LABELS_boost_document_rule_configuration = "{labels.boost_document_rule_configuration}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp

                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
                            <h1>
                                <la:message key="labels.dict_stopwords_title"/>
                            </h1>
                        </div>
                        <div class="col-sm-6">
                            <ol class="breadcrumb float-sm-right">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.9K bytes
    - Viewed (0)
Back to top