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.

Reply via email to