- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for lodash (0.03 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientCreator.java
clientMap.put(regex, componentName); clientFactoryList.forEach(f -> load(f, regex, componentName)); } /** * Loads a crawler client into the specified crawler client factory. * * @param crawlerClientFactory the factory to which the client will be added * @param regex the regular expression used to match URLs for this client
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.5K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterService.java
.expireAfterWrite(filterCacheExpireAfterWrite, TimeUnit.SECONDS)// .build(new CacheLoader<String, List<Pattern>>() { /** * Loads filter patterns for the given session ID. * * @param key The session ID. * @return The list of compiled patterns. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 9.2K bytes - Viewed (0)