|
||||||||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jira] [Created] (SOLR-3451) Solrj QueryResponse as J... Pavan Kumar (JIRA)
- [jira] [Resolved] (SOLR-3451) Solrj QueryRespons... Ryan McKinley (JIRA)
solr does not have a way to write a JSON response and read the same value. It only has that for binary and XML. Supporting JSON would take lots of extra work.
If you need JSON. just use the wt=JSON option. If you need solrj – you should be able to ignore how things get passed around under the covers. If you need JSON generated from a solrj respone.... take a look at any number of JSON libraries out there.