Hi, i am new for nutch.


i want to use urlmeta plugin  bt not able to fetch meta tags .


1) Added folllowing in nutch-site.xml

  <property>
  <name>plugin.includes</name>
 
<value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|scoring-opic|urlnormalizer-(pass|regex|basic)|urlmeta</value>
  <description>Regular expression naming plugin directory names to
  include.  Any plugin not matching this expression is excluded.
  In any case you need at least include the nutch-extensionpoints plugin. By
  default Nutch includes crawling just HTML and plain text via HTTP,
  and basic indexing and search plugins.
  </description>
</property>
<property>
  <name>urlmeta.tags</name>
  <value></value>
  <description>

  </description>
</property>


2) Added  <field name="keywords" type="string" stored="true"
indexed="true"/>  in solr schema.xml

3) run  bin/nutch crawl urls -solr http://localhost:8080/solr -depth 3 -topN 5

url and other stuffs also done

but keyword field is not getting populated .

please suggest what i am missing.

Reply via email to