- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isNoFollow (0.1 sec)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final ResponseData responseData = new ResponseData(); responseData.setUrl("http://example.com/"); transformer.processXRobotsTag(responseData, new ResultData()); assertFalse(responseData.isNoFollow()); } public void test_processXRobotsTag_noindexnofollow() throws Exception { final FessXpathTransformer transformer = new FessXpathTransformer() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
resultData.setTransformerName(getName()); try { // data storeData(responseData, resultData); if (isHtml(responseData) && !responseData.isNoFollow()) { // urls storeChildUrls(responseData, resultData); } } finally { xpathAPI.remove(); }
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Oct 24 12:16:00 UTC 2024 - 19.4K bytes - Viewed (0)