HI Reddibabu,

Please clarify why you want to keep 2 different configurations for
schema.xml on Nutch side and Solr side ?
Have you configure dynamic field on Nutch side as well ?

Which version of Solr and Nutch your using ?

Thanks,
Shanaka


On Fri, Mar 14, 2014 at 2:56 AM, reddibabu <[email protected]> wrote:

> 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.
>

Reply via email to