irtech.com]
Sent: Wednesday, September 06, 2017 8:21 PM
To: solr-user@lucene.apache.org
Subject: Re: Customizing JSON response of a query
Sarvo,
I hope the users do not read JSON. I would have thought you'd have a web app in
front of Solr and some Javascript in the browser. Either would be able to
tr
Sarvo,
I hope the users do not read JSON. I would have thought you'd have a web app in
front of Solr and some Javascript in the browser. Either would be able to
transform Solr's output into a display format. But I suspect there is more to
the problem, and I do not understand it all.
Cheers -- Ri
Rick,
My use case is this :
I have a set of documents each of which have "sub documents" associated
with it. I have this in the json format and I am able to load this into a
solr collection. When I search within this set of documents using solr, I
want the response in "grouped" json format
i.e
Sarvo,
What are you trying to achieve? Describe the use case.
Cheers -- Rick
On September 6, 2017 12:36:08 PM EDT, "Davis, Daniel (NIH/NLM) [C]"
wrote:
>It should be possible with a custom response handler.
>
>-Original Message-
>From: Sarvothaman Madhavan [mailto:relad...@gmail.com]
>S
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@lucene.apache.org
Subject: Customizing JSON response of a query
Hello all,
After a week of research I