- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for UnsupportedExtractException (0.13 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorFactory.java
import org.codelibs.fess.crawler.entity.ExtractData; import org.codelibs.fess.crawler.exception.CrawlerSystemException; import org.codelibs.fess.crawler.exception.ExtractException; import org.codelibs.fess.crawler.exception.UnsupportedExtractException; import jakarta.annotation.Resource; /** * Factory class for managing and retrieving {@link Extractor} instances. * This class provides methods to add, retrieve, and manage extractors based on a key.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 7.4K bytes - Viewed (0) -
CLAUDE.md
CrawlingAccessException (checked) # Runtime crawl errors ├─ MaxLengthExceededException └─ ChildUrlsException ExtractException (checked) # Extraction failures └─ UnsupportedExtractException ``` ### Thread-Local Storage ```java // Set (in CrawlerThread) CrawlingParameterUtil.setCrawlerContext(context); CrawlingParameterUtil.setUrlQueue(urlQueue);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 28 17:31:34 UTC 2025 - 10.7K bytes - Viewed (0)