Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 12 for included_doc_urls (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                            <td>${f:br(f:h(includedDocUrls))}<la:hidden
                                                    property="includedDocUrls"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.excluded_doc_urls"/></th>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_en.properties

    labels.web_crawling_configuration=Web Crawling
    labels.web_crawling_title_details=Web Crawling Config
    labels.included_urls=Included URLs
    labels.excluded_urls=Excluded URLs
    labels.included_doc_urls=Included Doc URLs
    labels.excluded_doc_urls=Excluded Doc URLs
    labels.user_agent=User Agent
    labels.web_crawling_button_create=Create
    labels.web_crawling_button_create_job=Create New Job
    labels.crawler_configuration=General Config
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_zh_TW.properties

    labels.file_crawling_button_create_job=建立新作業
    labels.web_crawling_configuration=Web爬網
    labels.web_crawling_title_details=Web爬網設定
    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=建立新作業
    labels.crawler_configuration=通用設定
    labels.crawler_title_edit=通用設定
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.5K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_nl.properties

    labels.web_crawling_title_details=Webcrawlconfiguratie
    labels.included_urls=URL(s) om op te nemen in crawlen
    labels.excluded_urls=URL(s) om uit te sluiten van crawlen
    labels.included_doc_urls=URL(s) om op te nemen in zoeken
    labels.excluded_doc_urls=URL(s) om uit te sluiten van zoeken
    labels.user_agent=User-Agent
    labels.web_crawling_button_create=Maken
    labels.web_crawling_button_create_job=Nieuwe taak maken
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
  5. src/main/resources/fess_label.properties

    labels.web_crawling_configuration=Web Crawling
    labels.web_crawling_title_details=Web Crawling Config
    labels.included_urls=Included URLs
    labels.excluded_urls=Excluded URLs
    labels.included_doc_urls=Included Doc URLs
    labels.excluded_doc_urls=Excluded Doc URLs
    labels.user_agent=User Agent
    labels.web_crawling_button_create=Create
    labels.web_crawling_button_create_job=Create New Job
    labels.crawler_configuration=General Config
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.web_crawling_title_details=Configuração de rastreamento da Web
    labels.included_urls=URLs a serem incluídas no rastreamento
    labels.excluded_urls=URLs a serem excluídas do rastreamento
    labels.included_doc_urls=URLs a serem incluídas na pesquisa
    labels.excluded_doc_urls=URLs a serem excluídas da pesquisa
    labels.user_agent=User agent
    labels.web_crawling_button_create=Criar
    labels.web_crawling_button_create_job=Criar novo trabalho
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Included Doc URLs */
        public static final String LABELS_included_doc_urls = "{labels.included_doc_urls}";
    
        /** The key of the message: Excluded Doc URLs */
        public static final String LABELS_excluded_doc_urls = "{labels.excluded_doc_urls}";
    
        /** The key of the message: User Agent */
        public static final String LABELS_user_agent = "{labels.user_agent}";
    
    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)
  8. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebConfigDbm.java

                false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnIncludedDocUrls = cci("includedDocUrls", "includedDocUrls", null, null, String.class,
                "includedDocUrls", 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)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java

            setIncludedDocUrls_Terms("includedDocUrls", opLambda, null);
        }
    
        public void setIncludedDocUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) {
            setIncludedDocUrls_Terms("includedDocUrls", 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)
  10. src/main/config/es/fess_config_web_config.json

                "type" : "text"
              },
              "excludedDocUrls" : {
                "type" : "keyword"
              },
              "excludedUrls" : {
                "type" : "keyword"
              },
              "includedDocUrls" : {
                "type" : "keyword"
              },
              "includedUrls" : {
                "type" : "keyword"
              },
              "intervalTime" : {
                "type" : "integer"
              },
    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)
Back to Top