- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for getCrawlerDocumentHtmlLangXpath (0.15 seconds)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
Shinsuke Sugaya <******@****.***> 1773442886 +0900
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 language attribute from HTML documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentHtmlLangXpath(); /** * Get the value for the key 'crawler.document.html.digest.xpath'. <br> * The value is, e.g. //META[@name='description']/@content <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
final String xpath = xpathConfigMap.get(XPath.DEFAULT_LANG); if (StringUtil.isNotBlank(xpath)) { return xpath; } return fessConfig.getCrawlerDocumentHtmlLangXpath(); } /** * Gets the XPath expression for extracting content. * * @param fessConfig the Fess configuration * @param xpathConfigMap the XPath configuration map
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)