Nested streaming expression with differing "on" fields

2018-04-11 Thread Sarvothaman Madhavan
Hello solr users, Is it possible to perform streaming expression of the following type: intersect( search (collection_3, fl=“field_1,field_2",sort="field_2 asc",qt="/export",q=*:* ), intersect( search (collection_1, fl=“field_1,field_2",sort=“field_1

Re: Customizing JSON response of a query

2017-09-06 Thread Sarvothaman Madhavan
avis, Daniel (NIH/NLM) [C]" < > daniel.da...@nih.gov> wrote: > >It should be possible with a custom response handler. > > > >-Original Message- > >From: Sarvothaman Madhavan [mailto:relad...@gmail.com] > >Sent: Wednesday, September 06, 2017 10:17

Customizing JSON response of a query

2017-09-06 Thread Sarvothaman Madhavan
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