Shawn’s code shows that SolrJ parses the JSON for you into NamedList (response.getResponse()). - Steve
On May 27, 2014, at 7:11 PM, T. Kuro Kurosaka <k...@healthline.com> wrote: > On 05/27/2014 02:55 PM, Steve Rowe wrote: >> You can call the Schema API from SolrJ - see Shawn Heisey’s example code >> here:<http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201307.mbox/%3c51daecd2.6030...@elyograg.org%3e> >> >> Steve > It looks like this returns a Json representation of fields if I do > query.setRequestHandler("/schema/fields"); > > I guess this is the closest Solrj can do. > > Thank you, Steve. >