I resolved this. In addition to the index more in plugins as described above, in nutch site.xml i added <property> <name>moreIndexingFilter.indexMimeTypeParts</name> <value>false</value> <description>Determines whether the index-more plugin will split the mime-type in sub parts, this requires the type field to be multi valued. Set to true for backward compatibility. False will not split the mime-type. </description> </property>
and in solrindex-mapping.xml <field dest="content_type" source="type"/> -- View this message in context: http://lucene.472066.n3.nabble.com/Passing-content-type-last-modified-from-nutch-to-solr-tp4061288p4061494.html Sent from the Nutch - User mailing list archive at Nabble.com.

