Hi ML, this is the configuration for index-metatags plugins

In your schema.xml(this file is the same in solr and nutch)
<field name="keywords" type="text" indexed="true" stored="true"/>
<field name="description" type="text" indexed="true" stored="true"/>
<field name="lastModified" type="date" stored="true" indexed="true"/>

In nutch-site.xml you need to put some like this:
Look name and value(not put)
<property>
    <name>metatags.names</name>
    <value>keywords;description;last_modified</
value>
    <description>For plugin index-metatags: Indicate here the name of the
    html meta tag that should be
    parsed. Use a semicolon separated list if you want multiple
    tags, or use '*' to index all.
    Example: description;keywords;role
</description>
</property>

after you have to configure your solrindex-mapping like this:
<field dest="description" source="description" /> 
<field dest="keywords" source="keywords" />
<field dest="lastModified" source="lastModified"/>


10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS 
INFORMATICAS...
CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION

http://www.uci.cu
http://www.facebook.com/universidad.uci
http://www.flickr.com/photos/universidad_uci

Reply via email to