- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isNoFollow (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java
} /** * Checks if this response should not be followed for further crawling. * * @return true if this response should not be followed, false otherwise */ public boolean isNoFollow() { return noFollow; } /** * Adds metadata to this response. * * @param name the name of the metadata * @param value the value of the metadata */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K 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 Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 28.5K bytes - Viewed (0)