Found the JIRA: https://issues.apache.org/jira/browse/SOLR-7042 It looks like you can try adding -format solr to your bin/post command line to get back to normal "solr JSON"
-Yonik On Fri, Mar 25, 2016 at 8:43 PM, Yonik Seeley <ysee...@gmail.com> wrote: > 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