Last active
April 20, 2016 21:03
-
-
Save alisatl/b87bb1e4f26eb2c3e27d465a50b2eeb1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response":{"numFound":1,"start":0,"docs":[ | |
{ | |
"sentiment":["positive"], | |
"author":["Bob"], | |
"text":["Great post about Solr"], | |
"date":["2015-04-10T11:30:00Z"], | |
"path":["2.blog-posts.comments"], | |
"id":"91701-23917", | |
"_childDocuments_":[ | |
{ | |
"sentiment":["positive"], | |
"author":["Dave"], | |
"text":["Yeah, I like Solr too"], | |
"date":["2015-04-10T12:00:00Z"], | |
"path":["3.blog-posts.comments.replies"], | |
"id":"91701-11855"}, | |
{ | |
"sentiment":["negative"], | |
"author":["Sri"], | |
"text":["I disagree, I prefer Elasticsearch"], | |
"date":["2015-04-12T05:00:00Z"], | |
"path":["3.blog-posts.comments.replies"], | |
"id":"91701-27479"}]}] | |
}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment