- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for advanced (0.03 sec)
-
README.md
container.singleton("extractorFactory", ExtractorFactory.class, factory -> { factory.addExtractor("application/custom", container.getComponent("customExtractor")); }); ``` ## Advanced Configuration ### Multi-Instance Crawling ```java // Create multiple crawler instances Crawler crawler1 = container.getComponent("crawler"); crawler1.setSessionId("session1");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0) -
README.md
); }) .error(throwable -> { // Handle error System.err.println("Error: " + throwable.getMessage()); }); ``` ## Advanced Usage ### Index from Existing Documents ```java import org.codelibs.fess.suggest.index.contents.document.ESSourceReader; // Index suggestions from existing Elasticsearch documentsRegistered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<sub-class-of type="video/x-ms-asf" /> <glob pattern="*.wmv"/> <magic priority="60"> <match value="Windows Media Video" type="unicodeLE" offset="0:8192" /> <match value="VC-1 Advanced Profile" type="unicodeLE" offset="0:8192" /> <match value="wmv2" type="unicodeLE" offset="0:8192" /> </magic> </mime-type> <mime-type type="video/x-ms-wmx"> <glob pattern="*.wmx"/>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)