- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for maxAccessCount (0.09 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerContext.java
*/ public long getMaxAccessCount() { return maxAccessCount; } /** * Sets the maximum access count. * @param maxAccessCount The maximum access count. */ public void setMaxAccessCount(final long maxAccessCount) { this.maxAccessCount = maxAccessCount; } /** * Adds sitemaps to the thread-local storage.Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Wed Dec 31 09:07:38 GMT 2025 - 9K bytes - Click Count (0) -
src/main/config/es/fess_config_file_config.json
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) -
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp
<label for="maxAccessCount" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.maxAccessCount"/></label> <div class="col-sm-9"> <la:errors property="maxAccessCount"/> <la:text styleId="maxAccessCount" property="maxAccessCount"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/config/es/fess_config_web_config.json
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) -
src/main/resources/fess_indices/fess_config.file_config/file_config.json
}, "excludedDocPaths": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "numOfThread": { "type": "integer" }, "intervalTime": { "type": "integer" }, "timeToLive": { "type": "integer"Created: Tue Mar 31 13:07:34 GMT 2026 - 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
}, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "userAgent": { "type": "keyword" }, "numOfThread": { "type": "integer" }, "intervalTime": { "type": "integer"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java
} public void columnIntervalTime() { doColumn("intervalTime"); } public void columnMaxAccessCount() { doColumn("maxAccessCount"); } public void columnName() { doColumn("name"); } public void columnNumOfThread() { doColumn("numOfThread"); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/CrawlingConfigForm.java
public Integer depth; /** * Maximum number of pages/documents to access during crawling. */ @Min(value = 0) @Max(value = 9223372036854775807L) @ValidateTypeFailure public Long maxAccessCount;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) -
CLAUDE.md
- **Crawler** (`Crawler.java`): Main orchestrator - `execute()`, `addUrl()`, `cleanup()`, `stop()` - **CrawlerContext** (`CrawlerContext.java`): Execution context - `sessionId`, `status`, `accessCount`, `numOfThread`, `maxDepth`, `maxAccessCount` - **CrawlerThread** (`CrawlerThread.java`): Worker thread - Poll URL → Validate → Execute → Process → Queue children ### HTTP Client Architecture ``` SwitchableHttpClient (extends FaultTolerantClient)
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:20 GMT 2026 - 8.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
public Integer depth; /** The maximum number of documents to access during crawling (0 means unlimited). */ @Min(value = 0) @Max(value = 9223372036854775807L) @ValidateTypeFailure public Long maxAccessCount; /** The number of threads to use for crawling (required, 1 to 2147483647). */ @Required @Min(value = 1) @Max(value = 2147483647) @ValidateTypeFailure public Integer numOfThread;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.6K bytes - Click Count (0)