- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setCacheDuration (0.06 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
* </p> * * <p> * Example Usage: * </p> * * <pre> * XmlTransformer transformer = new XmlTransformer(); * transformer.setNamespaceAware(true); * transformer.setCacheDuration(30); * transformer.addFieldRule("title", "/book/title/text()"); * transformer.addFieldRule("author", "/book/author/name/text()"); * * ResponseData responseData = new ResponseData();
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 23.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/HtmlXpathExtractor.java
} /** * Sets the cache duration for XPathAPI instances. * * @param cacheDuration the cache duration in minutes */ public void setCacheDuration(final long cacheDuration) { this.cacheDuration = cacheDuration; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Oct 04 08:47:19 GMT 2025 - 10.4K bytes - Click Count (0)