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
asc",qt="/
LM) [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 AM
> >To: solr-user@
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