You could use org.apache.solr.handler.JsonLoader. That one uses org.apache.noggit.JSONParser internally. I've used the JacksonParser with Spring.
http://json.org/ lists parsers for different programming languages. Cheers, Chantal On Wed, 2010-07-28 at 15:08 +0200, MitchK wrote: > Hello , > > Second try to send a mail to the mailing list... > > I need to translate SolrJ's response into JSON-response. > I can not query Solr directly, because I need to do some math with the > responsed data, before I show the results to the client. > > Any experiences how to translate SolrJ's response into JSON without writing > your own JSON Writer? > > Thank you. > - Mitch