- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 23 for included_urls (0.08 sec)
-
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
final String urls = "https://www.codelibs.org/" + "\n" + "http://failure.url"; final String includedUrls = "https://www.codelibs.org/.*" + "\n" + "http://failure.url.*"; requestBody.put("name", NAME_PREFIX + "WebConfig"); requestBody.put("urls", urls); requestBody.put("included_urls", includedUrls); requestBody.put("user_agent", "Mozilla/5.0"); requestBody.put("depth", 1);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.file_crawling_button_create=Create labels.file_crawling_button_create_job=Create new job labels.web_crawling_configuration=Web Crawling labels.web_crawling_title_details=Web Crawling Configuration labels.included_urls=Included URLs For Crawling labels.excluded_urls=Excluded URLs For Crawling labels.included_doc_urls=Included URLs For Indexing labels.excluded_doc_urls=Excluded URLs For Indexing labels.user_agent=User Agent
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.file_crawling_button_create_job=Neue Aufgabe erstellen labels.web_crawling_configuration=Web-Crawling labels.web_crawling_title_details=Web-Crawling-Konfiguration labels.included_urls=Eingeschlossene URLs beim Crawling labels.excluded_urls=Ausgeschlossene URLs beim Crawling labels.included_doc_urls=Eingeschlossene URLs bei der Indizierung labels.excluded_doc_urls=Ausgeschlossene URLs bei der Indizierung labels.user_agent=User Agent
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.file_crawling_button_create=Create labels.file_crawling_button_create_job=Create new job labels.web_crawling_configuration=Web Crawling labels.web_crawling_title_details=Web Crawling Configuration labels.included_urls=Included URLs For Crawling labels.excluded_urls=Excluded URLs For Crawling labels.included_doc_urls=Included URLs For Indexing labels.excluded_doc_urls=Excluded URLs For Indexing labels.user_agent=User Agent
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.file_crawling_button_create_job=Создать новое задание labels.web_crawling_configuration=Web сканирование labels.web_crawling_title_details=Конфигурация Web сканирования labels.included_urls=Включить URLs для сканирования labels.excluded_urls=Исключить URLs для сканирования labels.included_doc_urls=Включить URLs для индексации labels.excluded_doc_urls=Исключить URLs для индексации labels.user_agent=User Agent
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.file_crawling_button_create_job = Créer un nouveau job labels.web_crawling_configuration = Exploration Web labels.web_crawling_title_details = Configuration de l'exploration Web labels.included_urls = URL incluses pour l'exploration labels.excluded_urls = URL exclues pour l'exploration labels.included_doc_urls = URL incluses pour l'indexation labels.excluded_doc_urls = URL exclues pour l'indexation labels.user_agent = Agent utilisateur
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
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 = 작성
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
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=作成
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Included URLs For Crawling */ public static final String LABELS_included_urls = "{labels.included_urls}"; /** The key of the message: Excluded URLs For Crawling */ public static final String LABELS_excluded_urls = "{labels.excluded_urls}"; /** The key of the message: Included URLs For Indexing */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0)