Solr docs a complete delete and re-add, there's no way
to do a partial update.

When you add a doc with the same unique key as an old doc,
the data associated with the first version of the doc is entirely
thrown away and its as though you'd never indexed it at all,
the second version completely replaces it.

Does that help?

Best
Erick

On Fri, Sep 7, 2012 at 12:54 PM, Mani <mehamba...@art.com> wrote:
> yes..I do have this uniquekey defined properly.
>
> <uniqueKey>id</uniqueKey>
>
>
> Before the schema change...
> <copyField source="itemSKU" dest="text"/>
> <copyField source="itemCategories" dest="text"/>
>
>
> After the schema change...
> <copyField source="itemName" dest="text"/>
> <copyField source="itemCategories" dest="text"/>
> <copyField source="itemSKU" dest="text"/>
>
>
>
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-search-not-working-after-copying-a-new-field-to-an-existing-Indexed-Field-tp4005993p4006217.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to