On 8/16/2013 6:43 AM, Kuchekar wrote:
If we do a csv export from 3.5 solr and then import it in the 4.4 index, we get a problem with copy fields i.e. the value in the copy field is computed twice. Once from the csv import and other from solr internal computation.
Supplemental reply on this specific part:Your copyField destinations should not be stored. This is listed as a specific requirement for atomic updates:
http://wiki.apache.org/solr/Atomic_Updates#Stored_Values Thanks, Shawn