Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by RidaBenjelloun: http://wiki.apache.org/nutch/XMLParser_Plugin ------------------------------------------------------------------------------ - '''Xml parser''' is '''configurable plugin'''. It use '''XPath''' and '''namespaces''' to do the mapping between the XML elements and Lucene fields. + '''Xml parser''' (parse-xml) is '''configurable plugin'''. It use '''XPath''' and '''namespaces''' to do the mapping between the XML elements and Lucene fields. Informations : @@ -17, +17 @@ {{{ <xmlIndexerProperties type="filePerDocument" namespace=" http://purl.org/dc/elements/1.1/"> <field name="dctitle" xpath="//dc:title" type="Text" boost=" 1.4" /> - <field name="dccreator" xpath="//*[name()='dc:creator']" type="keyword" boost=" 1.0" /> </xmlIndexerProperties> }}}