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