Hi,

I'm using solr 6.0.0 and I've some trouble to load custom schema.xml
After create a new collection with  bin/solr create -c newcollection -d
basic_configs and copy my costum schema.xml under
{solr_home}/server/newcollection/conf

I try to load some data with java -Dtype=text/csv -Durl=
http://localhost:8983/solr/newcollection/update -jar post.jar  books.csv
but it not found a field declared in schema.xml.
Indeed controlling from webconsole that field doesn't exists, obviously
placing Manually field there is no problem.

What I need to configure to allow you to upload the file directly ? Then
where are stored the field added from webconsole ?


Thanks for help

Regards

Richard

Reply via email to