ottodude125

nutch-site.xml

Feb 26th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.41 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3.  
  4. <!-- Put site-specific property overrides in this file. -->
  5.  
  6. <configuration>
  7.   <property>
  8.     <name>http.agent.name</name>
  9.     <value>My Test</value>
  10.   </property>
  11.   <property>
  12.     <name>storage.data.store.class</name>
  13.     <value>org.apache.gora.cassandra.store.CassandraStore</value>
  14.     <description>Default class for storing data</description>
  15.   </property>
  16.   <property>
  17.     <name>plugin.includes</name>
  18.     <value>protocol-http|urlfilter-regex|parse-(html|tika|metatags)|index-(basic|anchor|metadata)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
  19.     <description></description>
  20.   </property>
  21.   <property>
  22.     <name>metatags.names</name>
  23.     <value>*</value>
  24.     <description>Names of the metatages to extract, separated by ','.
  25.       Use '*' to extract all metatags. Prefixes the names with 'metatag.'
  26.       in the parse-metadata. For instance to index description and keywords,
  27.       you need to activate the plugin index-metadata and set the value of the
  28.       parameter 'index.parse.md' to 'metatag.description,metatag.keywords'.
  29.     </description>
  30.   </property>
  31.   <property>
  32.     <name>index.parse.md</name>
  33.     <value>*</value>
  34.     <description></description>
  35.   </property>
  36.   <property>
  37.     <name></name>
  38.     <value></value>
  39.     <description></description>
  40.   </property>
  41. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment