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.

Reply via email to