Hi, I have "id" field in nutch, "_uniqueid" field in solr. Here I don't want to change "_uniqueid" field in my solr schema and need to index from nutch to solr.
id field configuration in nutch "schema.xml", <field name="id" type="string" stored="true" indexed="true"/> mapping inside solrindex-mapping.xml, <field dest="_uniqueid" source="id"/> _uniqueid configuration inside Solr "schema.xml", <field name="_uniqueid" type="string" indexed="true" stored="true" required="true" /> <copyField source="id" dest="_uniqueid"/> Please anybody assist me on the same. -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-map-fields-form-nutch-to-solr-tp4123587.html Sent from the Nutch - User mailing list archive at Nabble.com.

