Re: Having trouble indexing nested docs using "split" feature.

2017-12-02 Thread Shawn Heisey
On 12/2/2017 12:55 PM, David Lee wrote: {   "responseHeader":{     "status":0,     "QTime":798}} Though the status indicates there was no error, when I try to query on the the data using *:*, I get this: curl 'http://localhost:8983/solr/my_collection/select?q=*:*' {   "responseHeader":{

Re: Having trouble indexing nested docs using "split" feature.

2017-12-02 Thread David Lee
Sorry about the formatting for the first part, hope this is clearer: {     "book_id": "1234",     "book_title": "The Martian Chronicles", "author": "Ray Bradbury", "reviews": [     { "reviewer": "John Smith",     "reviewer_background": { "highest_ra

Having trouble indexing nested docs using "split" feature.

2017-12-02 Thread David Lee
Hi all, I've been trying for some time now to find a suitable way to deal with json documents that have nested data. By suitable, I mean being able to index them and retrieve them so that they are in the same structure as when indexed. I'm using version 7.1 under linux Mint 18.3 with Oracle