- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 97 for depth_2 (0.04 seconds)
-
fess-crawler-opensearch/src/main/resources/mapping/queue.json
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 457 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
* @param parentUrl the parent URL that referenced this child URL * @param weight the weight/priority of the child URL * @param depth the crawling depth of the child URL */ @Override protected void storeChildUrl(final String childUrl, final String parentUrl, final float weight, final int depth) { if (StringUtil.isNotBlank(childUrl)) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 19.5K bytes - Click Count (0) -
CLAUDE.md
volatile CrawlerStatus status // DONE, RUNNING AtomicLong accessCount // Thread-safe counter int numOfThread = 10 // Crawler threads int maxDepth = -1 // Max depth (-1 = unlimited) long maxAccessCount = 0 // Max URLs (0 = unlimited) ``` ### CrawlerThread (`CrawlerThread.java`) Worker thread for crawling.
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Fri Nov 28 17:31:34 GMT 2025 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
wConfig.setBoost(1.0f); wConfig.setCreatedBy(username); wConfig.setCreatedTime(now); if (form.depth != null) { wConfig.setDepth(form.depth); } wConfig.setExcludedDocUrls(getDefaultString("default.config.web.excludedDocUrls", StringUtil.EMPTY));
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 16.3K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.file_config/file_config.json
}, "includedDocPaths": { "type": "keyword" }, "excludedDocPaths": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "numOfThread": { "type": "integer" }, "intervalTime": { "type": "integer"Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.web_config/web_config.json
}, "includedDocUrls": { "type": "keyword" }, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "userAgent": { "type": "keyword" }, "numOfThread": { "type": "integer"Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue May 27 09:07:14 GMT 2025 - 11.7K bytes - Click Count (0) -
.github/workflows/translate.yml
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:48:45 GMT 2025 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
*/ @CustomSize(maxKey = "form.admin.max.input.size") public String configParameter; /** * The maximum crawling depth from the starting URLs. */ @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer depth; /** * The maximum number of URLs to access during crawling. */ @Min(value = 0) @Max(value = 9223372036854775807L)Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.9K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
steps: - name: Checkout repository uses: actions/checkout@v6 with: ref: devprod/upgrade-to-latest-wrapper token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - name: Setup java uses: actions/setup-java@v5 with: distribution: temurin java-version: 17Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0)