- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setCrawlingExecutionInterval (4.09 sec)
-
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
* and the frequency of status checks during crawling operations. * * @param crawlingExecutionInterval interval in milliseconds */ public void setCrawlingExecutionInterval(final long crawlingExecutionInterval) { this.crawlingExecutionInterval = crawlingExecutionInterval; } /** * Sets the thread priority for crawler threads.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
} /** * Sets the interval time between crawling executions. * * @param crawlingExecutionInterval The crawling execution interval in milliseconds */ public void setCrawlingExecutionInterval(final long crawlingExecutionInterval) { this.crawlingExecutionInterval = crawlingExecutionInterval; } /** * Sets the thread priority for index updater operations. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 25K bytes - Viewed (0)