Re: Indexing multi level Nested JSON using curl

2018-03-29 Thread Zheng Lin Edwin Yeo
Hi, Do anyone knows if we can make any change to the the split=/|/orgs in the curl URL command to achieve the indexing of the multi-level Nested JSON? Regards, Edwin On 26 March 2018 at 17:30, Zheng Lin Edwin Yeo wrote: > Hi, > > I'm trying to index the following JSON with 2 child level using

Indexing multi level Nested JSON using curl

2018-03-26 Thread Zheng Lin Edwin Yeo
Hi, I'm trying to index the following JSON with 2 child level using the following curl command using cygwin: curl 'http://localhost:8983/solr/collection1/update/json/docs?split=/|/orgs' -H 'Content-type:application/json' -d ' { "id":"1", "name_s": "JoeSmith", "phone_s": 876876687, "or