- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for crawlingConfigPath (0.12 sec)
-
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp
<label for="crawlingConfigPath" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.wizard_crawling_config_path"/></label> <div class="col-sm-9"> <la:errors property="crawlingConfigPath"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java
@Required @Size(max = 200) public String crawlingConfigName; /** * Path or URL to be crawled by this configuration. */ @Required @Size(max = 1000) public String crawlingConfigPath; /** * Maximum depth for crawling (how many levels deep to follow links). */ @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer depth;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
*/ protected String crawlingConfigInternal(final CrawlingConfigForm form) { String configName = form.crawlingConfigName; String configPath = form.crawlingConfigPath.trim(); if (StringUtil.isBlank(configName)) { configName = StringUtils.abbreviate(configPath, 30); } // normalize final StringBuilder buf = new StringBuilder(1000);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.cronExpression=Schedule labels.dayForCleanup=Delete documents older than specified days labels.crawlingThreadCount=Concurrent Crawling Count labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters labels.designFile=File to Upload labels.bulkFile=Bulk File labels.appendQueryParameter=Append Search Parameters labels.configId=Config ID
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.username=使用者名稱 labels.value=值 labels.versionNo=版本號 labels.cronExpression=排程 labels.dayForCleanup=刪除指定日期之前的文檔 labels.crawlingThreadCount=同時爬網數 labels.boost=提升值 labels.crawlingConfigName=名稱 labels.crawlingConfigPath=要爬網的路徑 labels.processType=處理類型 labels.parameters=參數 labels.designFile=要上傳的檔案 labels.bulkFile=批量檔案 labels.appendQueryParameter=新增搜尋參數 labels.configId=配置ID labels.configParameter=配置參數 labels.content=內容
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.cronExpression=Zeitplan labels.dayForCleanup=Dokumente löschen, die älter als die angegebenen Tage sind labels.crawlingThreadCount=Gleichzeitige Crawling-Anzahl labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Zu crawlender Pfad labels.processType=Prozesstyp labels.parameters=Parameter labels.designFile=Hochzuladende Datei labels.bulkFile=Bulk-Datei labels.appendQueryParameter=Suchparameter anhängen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label.properties
labels.cronExpression=Schedule labels.dayForCleanup=Delete documents older than specified days labels.crawlingThreadCount=Concurrent Crawling Count labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters labels.designFile=File to Upload labels.bulkFile=Bulk File labels.appendQueryParameter=Append Search Parameters labels.configId=Config ID
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.cronExpression=Harmonogram labels.dayForCleanup=Usuń dokumenty starsze niż określona data labels.crawlingThreadCount=Liczba jednoczesnych indeksowań labels.boost=Wartość wzmocnienia labels.crawlingConfigName=Nazwa labels.crawlingConfigPath=Ścieżka do indeksowania labels.processType=Typ procesu labels.parameters=Parametry labels.designFile=Plik do przesłania labels.bulkFile=Plik zbiorczy labels.appendQueryParameter=Dodaj parametr wyszukiwania
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.dayForCleanup=Eliminar documentos anteriores a la fecha especificada labels.crawlingThreadCount=Número de rastreos simultáneos labels.boost=Valor de impulso labels.crawlingConfigName=Nombre labels.crawlingConfigPath=Ruta a rastrear labels.processType=Tipo de proceso labels.parameters=Parámetros labels.designFile=Archivo a subir labels.bulkFile=Archivo masivo labels.appendQueryParameter=Añadir parámetro de búsqueda
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.username=사용자명 labels.value=값 labels.versionNo=버전 번호 labels.cronExpression=스케줄 labels.dayForCleanup=지정일 이전 문서 삭제 labels.crawlingThreadCount=동시 크롤링 수 labels.boost=부스트 값 labels.crawlingConfigName=이름 labels.crawlingConfigPath=크롤링할 경로 labels.processType=처리 종류 labels.parameters=파라미터 labels.designFile=업로드할 파일 labels.bulkFile=벌크 파일 labels.appendQueryParameter=검색 파라미터 추가 labels.configId=설정 ID labels.configParameter=설정 파라미터
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0)