Hello all, After a week of research I've come to the conclusion that there is no mechanism within solr where I can create a nested json response like this: https://pastebin.com/XavvUP94 . I am able to get something like this https://pastebin.com/FeXRqG59. 1. Am I right in assuming that within solr this is not possbile? 2. Assuming it is, I imagine I would need to write custom response writer in Java to customize the response. I am having a hard time locating the right resource to get me started on writing this.
Any ideas? Thanks, Sarvo