- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getClientFactory (0.08 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
this.intervalController = intervalController; } /** * Returns the crawler client factory. * @return The CrawlerClientFactory instance. */ public CrawlerClientFactory getClientFactory() { return clientFactory; } /** * Checks if the crawler is running in background mode. * @return true if in background mode, false otherwise. */Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 17K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
crawlerContext.setMaxAccessCount(maxCount); webConfig.initializeClientFactory(() -> crawler.getClientFactory()); final Map<String, String> configParamMap = webConfig.getConfigParameterMap(ConfigName.CONFIG); if (Constants.TRUE.equalsIgnoreCase(configParamMap.get(Config.CLEANUP_ALL))) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25K bytes - Click Count (0)