On Mon, Feb 20, 2012 at 7:26 PM, Greg Pelly <[email protected]> wrote: > I exported a csv file from SOLR and made some changes, I then tried to > reimport the file and got the exception below. It seems UUID field type > can't import multi-values, I removed all of the multi-values and it > imported without an issue.
Did you try split=true? http://wiki.apache.org/solr/UpdateCSV#split -Yonik lucidimagination.com
