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:[email protected]] Sent: 18 July 2018 04:25 PM To: solr-user <[email protected]> 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, < [email protected]> wrote: > Hello, > > Is there any API to convert Solr query response to JDBC Rowset? > > Thanks and Regards, > Srinivas Kashyap > >
