On Fri, Mar 25, 2016 at 6:19 PM, Alisa Z. <prol...@mail.ru> wrote: > Hi all, > It is partially a question, partially a discussion. > I am working with documents with deep levels of nesting. The documents are in > a single JSON file (see a sample below). > > When I was on Solr 5.3.1, > solr-5.3.1$ bin/post -c my_collection ../data/data-solr.json
I think i recall seeing a JIRA go by that changed the URL that /bin/post hits from /update/json to /update/json/docs. I know the latter does more processing and handles "custom" JSON, but I don't know the details. That would be my guess about what changed and what's messing you up. You could try using curl directly to /update/json and see if that works better. -Yonik