- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for extractLinks (0.08 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/MarkdownExtractor.java
this.extractHeadings = extractHeadings; } /** * Sets whether to extract link URLs as metadata. * * @param extractLinks true to extract links */ public void setExtractLinks(final boolean extractLinks) { this.extractLinks = extractLinks; }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 8.2K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
class="org.codelibs.fess.crawler.extractor.impl.MarkdownExtractor"> <property name="extractFrontMatter">true</property> <property name="extractHeadings">true</property> <property name="extractLinks">false</property> </component> <!-- <component name="jodExtractor" class="org.codelibs.fess.crawler.extractor.impl.JodExtractor"> <property name="officeManager">
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0)