RE: Customizing JSON response of a query

2017-09-07 Thread Davis, Daniel (NIH/NLM) [C]
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

Re: Customizing JSON response of a query

2017-09-06 Thread Rick Leir
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

Re: Customizing JSON response of a query

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

RE: Customizing JSON response of a query

2017-09-06 Thread Rick Leir
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

RE: Customizing JSON response of a query

2017-09-06 Thread Davis, Daniel (NIH/NLM) [C]
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