Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for defaultFeatureMap (0.12 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/transformer_basic.xml

    		class="org.codelibs.fess.crawler.transformer.impl.BinaryTransformer"
    		instance="singleton">
    		<property name="name">"binaryTransformer"</property>
    	</component>
    
    	<component name="defaultFeatureMap" class="java.util.LinkedHashMap">
    		<postConstruct name="put">
    			<arg>"http://xml.org/sax/features/namespaces"</arg>
    			<arg>"false"</arg>
    		</postConstruct>
    	</component>
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Sep 30 21:21:24 UTC 2018
    - 3.3K bytes
    - Viewed (0)
  2. src/main/resources/crawler/transformer.xml

    	<component name="fessXpathTransformer" class="org.codelibs.fess.crawler.transformer.FessXpathTransformer" instance="singleton">
    		<property name="name">"fessXpathTransformer"</property>
    		<property name="featureMap">defaultFeatureMap</property>
    		<property name="propertyMap">defaultPropertyMap</property>
    		<property name="childUrlRuleMap">htmlUrlRuleMap</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)
Back to top