Re: posting to Solr 6.0.0

2016-08-19 Thread matt corkum
I managed to solve this with the following approach. create core ~/Downloads/solr-6.0.0/bin/solr create -c poc5 use the schema API of Solr 6.0.0 & push the schema style for each field (I have a few fields) Here is one example of changing the “all" field curl -X POST -H 'Content-type:application/j

posting to Solr 6.0.0

2016-08-19 Thread matt corkum
Hi — I looking for a way to send many JSON files to a Classic Index Schema (not managed) using something. I created a schema.xml and a solrconfig.xml that allows me to post JSON using the Solr Admin document Using in solrconfig.xml, so it’s not managed schema. Post my JSON (below) to the S