Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 36 for included_urls (0.17 seconds)

  1. src/main/resources/fess_label_ko.properties

    labels.label_type=라벨
    labels.file_crawling_button_create=작성
    labels.file_crawling_button_create_job=새 작업 작성
    labels.web_crawling_configuration=웹 크롤링
    labels.web_crawling_title_details=웹 크롤링 설정
    labels.included_urls=크롤링할 URL
    labels.excluded_urls=크롤링에서 제외할 URL
    labels.included_doc_urls=검색할 URL
    labels.excluded_doc_urls=검색에서 제외할 URL
    labels.user_agent=사용자 에이전트
    labels.web_crawling_button_create=작성
    labels.web_crawling_button_create_job=새 작업 작성
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_ja.properties

    labels.label_type=ラベル
    labels.file_crawling_button_create=作成
    labels.file_crawling_button_create_job=新しいジョブの作成
    labels.web_crawling_configuration=ウェブのクロール
    labels.web_crawling_title_details=ウェブクロール設定
    labels.included_urls=クロール対象とするURL
    labels.excluded_urls=クロール対象から除外するURL
    labels.included_doc_urls=検索対象とするURL
    labels.excluded_doc_urls=検索対象から除外するURL
    labels.user_agent=ユーザーエージェント
    labels.web_crawling_button_create=作成
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 56.7K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Included URLs */
        public static final String LABELS_included_urls = "{labels.included_urls}";
    
        /** The key of the message: Excluded URLs */
        public static final String LABELS_excluded_urls = "{labels.excluded_urls}";
    
        /** The key of the message: Included Doc URLs */
        public static final String LABELS_included_doc_urls = "{labels.included_doc_urls}";
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebConfigDbm.java

                "includedDocUrls", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnIncludedUrls = cci("includedUrls", "includedUrls", null, null, String.class, "includedUrls", null,
                false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 18.4K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java

        public void setIncludedUrls_Equal(String includedUrls) {
            setIncludedUrls_Term(includedUrls, null);
        }
    
        public void setIncludedUrls_Equal(String includedUrls, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedUrls_Term(includedUrls, opLambda);
        }
    
        public void setIncludedUrls_Term(String includedUrls) {
            setIncludedUrls_Term(includedUrls, null);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 172.1K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebConfig.java

            this.includedDocUrls = value;
        }
    
        public String getIncludedUrls() {
            checkSpecifiedProperty("includedUrls");
            return convertEmptyToNull(includedUrls);
        }
    
        public void setIncludedUrls(String value) {
            registerModifiedProperty("includedUrls");
            this.includedUrls = value;
        }
    
        public Integer getIntervalTime() {
            checkSpecifiedProperty("intervalTime");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  7. src/main/config/es/fess_config_web_config.json

                "type" : "keyword"
              },
              "excludedUrls" : {
                "type" : "keyword"
              },
              "includedDocUrls" : {
                "type" : "keyword"
              },
              "includedUrls" : {
                "type" : "keyword"
              },
              "intervalTime" : {
                "type" : "integer"
              },
              "maxAccessCount" : {
                "type" : "long"
              },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.3K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java

            setIncludedUrls_Terms("includedUrls", opLambda, null);
        }
    
        public void setIncludedUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) {
            setIncludedUrls_Terms("includedUrls", opLambda, aggsLambda);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 149K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java

        @CustomSize(maxKey = "form.admin.max.input.size")
        public String urls;
    
        /**
         * URL patterns to include during crawling.
         */
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String includedUrls;
    
        /**
         * URL patterns to exclude during crawling.
         */
        @CustomSize(maxKey = "form.admin.max.input.size")
        public String excludedUrls;
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 5.9K bytes
    - Click Count (0)
  10. src/main/resources/fess_indices/fess_config.web_config/web_config.json

    {
        "properties": {
          "name": {
            "type": "keyword"
          },
          "urls": {
            "type": "keyword"
          },
          "includedUrls": {
            "type": "keyword"
          },
          "excludedUrls": {
            "type": "keyword"
          },
          "includedDocUrls": {
            "type": "keyword"
          },
          "excludedDocUrls": {
            "type": "keyword"
          },
          "configParameter": {
            "type": "keyword"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.3K bytes
    - Click Count (0)
Back to Top