- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for crawlerClients (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
final CrawlerClientFactory crawlerClientFactory = crawlingConfig.initializeClientFactory(ComponentUtil::getCrawlerClientFactory); final CrawlerClient client = crawlerClientFactory.getClient(url); if (client == null) { throw new CrawlingAccessException( "CrawlerClient is null for URL: " + url + ". Unable to access the document without a crawler client."); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
CLAUDE.md
└── fess-crawler-opensearch/ # OpenSearch backend ``` ### Key Design Patterns - **Factory**: `CrawlerClientFactory`, `ExtractorFactory` - protocol/format-specific component selection - **Strategy**: `CrawlerClient`, `Extractor`, `Transformer` - pluggable implementations - **Builder**: `RequestDataBuilder`, `ExtractorBuilder` - fluent construction - **Template Method**: `AbstractCrawlerClient`, `AbstractExtractor` - common logic with overrides
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:20 GMT 2026 - 8.1K bytes - Click Count (0)