- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for crawlingConfigPath (0.06 seconds)
-
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"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.7K bytes - Click Count (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;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.9K bytes - Click Count (0)