- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TikaConfig (0.13 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
public void init() { if (tikaConfig == null && crawlerContainer != null) { try { tikaConfig = crawlerContainer.getComponent("tikaConfig"); } catch (final Exception e) { logger.debug("tikaConfig component is not found.", e); } } if (tikaConfig == null) { tikaConfig = TikaConfig.getDefaultConfig(); }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 30.8K bytes - Viewed (0)