- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for crawlingConfigHelper (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
* @return The crawling config helper. */ public static CrawlingConfigHelper getCrawlingConfigHelper() { if (crawlingConfigHelper == null || HotdeployUtil.isHotdeploy()) { crawlingConfigHelper = getComponent(CRAWLING_CONFIG_HELPER); } return crawlingConfigHelper; } /** * Gets the crawling info helper component.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/resources/fess.xml
<!-- <property name="userCheckInterval">5 * 60 * 1000</property> <property name="userInfoCacheSize">1000</property> --> </component> <component name="crawlingConfigHelper" class="org.codelibs.fess.helper.CrawlingConfigHelper"> </component> <component name="documentHelper" class="org.codelibs.fess.helper.DocumentHelper"> </component> <component name="fileTypeHelper" class="org.codelibs.fess.helper.FileTypeHelper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.5K bytes - Click Count (0)