Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for important_content (0.06 seconds)

  1. src/main/resources/crawler/transformer.xml

    		</property>
    		<!-- segment -->
    		<postConstruct name="addFieldRule">
    			<arg>"title"</arg>
    			<arg>"//TITLE"</arg>
    			<arg>true</arg>
    		</postConstruct>
    		<postConstruct name="addFieldRule">
    			<arg>"important_content"</arg>
    			<arg>"//*[self::H1 or self::H2 or self::H3]"</arg>
    			<arg>true</arg>
    		</postConstruct>
    	</component>
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Dec 20 13:14:54 GMT 2024
    - 1.7K bytes
    - Click Count (0)
Back to Top