The error message is saying "undefined field color"
Is that field defined in your schema? If not, you need to define it,
or map the color field to another field during import.
-Yonik
On Thu, Dec 11, 2008 at 11:37 PM, phil cryer wrote:
> I can't import csv files into Solr - I've gone through th
I can't import csv files into Solr - I've gone through the wiki and
all the examples online, but I've hit the same error - what am I'm
doing wrong?
curl 'http://localhost:8080/solr/update/csv?commit=true' --data-binary
@green.csv -H 'Content-type:text/plain; charset=utf-8' -s -u
solrAdmin:solrAdmi