Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "IndexMetatags" page has been changed by SebastianNagel:
https://wiki.apache.org/nutch/IndexMetatags?action=diff&rev1=5&rev2=6

Comment:
corrected prefix (metatags. -> metatag.), add description for 2.x, update 
related issues

  
  
  {{{
- The current version of plugin in 1.x series cannot parse multiValued 
metatags. Please check https://issues.apache.org/jira/browse/NUTCH-1467 for 
patch.
+ The current version of plugin in 1.x series cannot parse multiValued 
metatags. Please check https://issues.apache.org/jira/browse/NUTCH-1467 for 
patch. See also NUTCH-1467 and NUTCH-1561 for improvements.
  
- This plugin is not included in 2.x series. Please check 
https://issues.apache.org/jira/browse/NUTCH-1478 for patch.
+ This plugin is not included in 2.x series (it will be included in 2.3). 
Please check https://issues.apache.org/jira/browse/NUTCH-1478 for patch, and 
also NUTCH-1827.
  }}}
  == Plugin Information ==
  This plugin has been committed to the trunk in revision 1303371 and will be 
available in Nutch 1.5. It parses specified meta tags and relies on the 
index`-metadata `plugin.
@@ -46, +46 @@

    </description>
  </property>
  }}}
-  '''CAUTION : '''the names of the fields must be prefixed with 'metatags.'
+  '''CAUTION : '''the names of the fields must be prefixed with 'metatag.' 
(1.x only).
+ 
+  For 2.x: enter comma-separated metatags (without any prefix) which should be 
indexed to the property `index.metadata`.
   1. You can test that the fields are generated correctly by using the 
[[bin/nutch indexchecker]] command
   1. In order to have the specified metatags indexed by Solr, edit your Solr 
`schema.xml` (located in `$SOLR_HOME$/conf`) and include new fields for each 
metatag you want to indexed. For example for the field 'role', add the 
following lines:
   {{{

Reply via email to