- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for getCrawlerDocumentHtmlCanonicalXpath (0.16 seconds)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
} }; transformer.fessConfig = new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L; public String getCrawlerDocumentHtmlCanonicalXpath() { return "//LINK[@rel='canonical'][1]/@href"; }; }; final ResponseData responseData = new ResponseData(); responseData.setSessionId("test");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: XPath to extract canonical URL from HTML documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentHtmlCanonicalXpath(); /** * Get the value for the key 'crawler.document.html.pruned.tags'. <br> * The value is, e.g. noscript,script,style,header,footer,aside,nav,a[rel=nofollow] <br>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
Shinsuke Sugaya <******@****.***> 1774681159 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
Shinsuke Sugaya <******@****.***> 1773442886 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Shinsuke Sugaya <******@****.***> 1774491848 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
Shinsuke Sugaya <******@****.***> 1774681159 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
String xpath = configMap.get(Config.HTML_CANONICAL_XPATH); if (xpath == null) { xpath = fessConfig.getCrawlerDocumentHtmlCanonicalXpath(); } if (StringUtil.isBlank(xpath)) { return null; } final String canonicalUrl = getSingleNodeValue(document, xpath, node -> node);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0)