- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for HtmlXpathExtractor (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/HtmlXpathExtractor.java
/** Cache duration in minutes for XPathAPI instances. */ protected long cacheDuration = 10; // min /** * Creates a new HtmlXpathExtractor instance. */ public HtmlXpathExtractor() { super(); } /** * Initializes the XPathAPI cache with a specified cache duration. * This method is called to set up the cache for XPathAPI instances.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Oct 04 08:47:19 UTC 2025 - 10.4K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
<arg>"//TITLE"</arg> </postConstruct> </component> <component name="xmlExtractor" class="org.codelibs.fess.crawler.extractor.impl.XmlExtractor" /> <component name="htmlXpathExtractor" class="org.codelibs.fess.crawler.extractor.impl.HtmlXpathExtractor"> <postConstruct name="addFeature"> <arg>"http://xml.org/sax/features/namespaces"</arg> <arg>"false"</arg> </postConstruct> </component>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0)