Sure no problem. 

log message
060411 235725 ParserFactory: Plugin:
org.apache.nutch.microformats.hreview.HReviewParser mapped to contentType
text/html via parse-plugins.xml, but not enabled via plugin.includes in
nutch-default.xml

parse-plugins.xml
<mimeType name="application/xhtml+xml">
                <plugin id="microformats-hreview" />
</mimeType>
<mimeType name="text/html">
                <plugin id="microformats-hreview"/>
                <plugin id="parse-html" />
</mimeType>

nutch-site.xml
<alias name="microformats-hreview" 
                       
extension-id="org.apache.nutch.microformats.hreview.HReviewParser" />

<configuration>
        <property>
          <name>plugin.includes</name>
         
<value>nutch-extensionpoints|protocol-(file|http)|urlfilter-regex|index-basic|parse-(
html|text|rss)|query-(basic|site|url)|microformats-hreview</value>
          <description>Regular expression naming plugin directory names
to</description>
        </property>

</configuration>
--
View this message in context: http://www.nabble.com/Xml--t1050112.html#a3875663
Sent from the Nutch - User forum at Nabble.com.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to