I have a collection and thru solrJ, Ii query the collection and get QueryResponse SolrJ object. Is there a way I can convert this query response to Rowset(JDBC). I see the parallel SQL interface is introduced in 7.x version, but is it possible in Solr 5.2.1?
Thanks and Regards, Srinivas Kashyap -----Original Message----- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: 18 July 2018 04:25 PM To: solr-user <solr-user@lucene.apache.org> Subject: Re: API to convert solr response to Rowset Do you mean to use it with JDBC like source? https://lucene.apache.org/solr/guide/7_4/parallel-sql-interface.html Regards, Alex On Wed, Jul 18, 2018, 2:15 AM Srinivas Kashyap, < srini...@tradestonesoftware.com> wrote: > Hello, > > Is there any API to convert Solr query response to JDBC Rowset? > > Thanks and Regards, > Srinivas Kashyap > >