- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for htmlUrlRuleMap (0.1 sec)
-
fess-crawler-lasta/src/main/resources/crawler/transformer_basic.xml
<arg>"//LINK"</arg> <arg>"href"</arg> </postConstruct> <postConstruct name="put"> <arg>"//SCRIPT"</arg> <arg>"src"</arg> </postConstruct> </component> <component name="htmlUrlRuleMap" class="java.util.LinkedHashMap"> <postConstruct name="put"> <arg>"//A"</arg> <arg>"href"</arg> </postConstruct> <postConstruct name="put"> <arg>"//AREA"</arg> <arg>"href"</arg>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sun Sep 30 21:21:24 UTC 2018 - 3.3K bytes - Viewed (0) -
src/main/resources/crawler/transformer.xml
<property name="name">"fessXpathTransformer"</property> <property name="featureMap">defaultFeatureMap</property> <property name="propertyMap">defaultPropertyMap</property> <property name="childUrlRuleMap">htmlUrlRuleMap</property> <!-- <property name="invalidUrlPattern">@java.util.regex.Pattern@compile("^\\s*javascript:|^\\s*mailto:|^\\s*irc:|^\\s*skype:|^\\s*callto:",@java.util.regex.Pattern@CASE_INSENSITIVE)</property> -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jan 10 03:35:10 UTC 2019 - 1.6K bytes - Viewed (0)