- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setMaxDepth (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerContext.java
this.maxThreadCheckCount = maxThreadCheckCount; } public int getMaxDepth() { return maxDepth; } public void setMaxDepth(final int maxDepth) { this.maxDepth = maxDepth; } public long getMaxAccessCount() { return maxAccessCount; } public void setMaxAccessCount(final long maxAccessCount) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
crawlerContext.setNumOfThread(numOfThread); // depth final int depth = webConfig.getDepth() != null ? webConfig.getDepth() : -1; crawlerContext.setMaxDepth(depth); // max count final long maxCount = webConfig.getMaxAccessCount() != null ? webConfig.getMaxAccessCount() : maxAccessCount; crawlerContext.setMaxAccessCount(maxCount);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 22.6K bytes - Viewed (0)