Unable to set up Export Handler in Solr

2016-10-04 Thread Nkechi Achara
I have followed the instructions here for setting up an Export Handler for Solr and I am having issues when trying to retrieve the data: Java.io.IOException: org.apache.solr.search.SyntaxError: xport RankQuery is required for xsort: rq={!xport} at org.apache.solr.response.SortingResponseWriter.wr

Re: Unable to set up Export Handler in Solr

2016-10-04 Thread Nkechi Achara
>Alex > > On 4 Oct 2016 10:29 PM, "Nkechi Achara" wrote: > > > I have followed the instructions here for setting up an Export Handler > for > > Solr and I am having issues when trying to retrieve the data: > > > > Java.io.IOException: org.apac

Re: Unable to set up Export Handler in Solr

2016-10-04 Thread Nkechi Achara
xandre Rafalovitch wrote: > I don't think that functionality is available until Solr 6. Check the > release notes. > > Regards, > Alex. > > On 4 Oct 2016 10:53 PM, "Nkechi Achara" wrote: > > > Hey Alex, > > > > I am using a very old ve

Re: Unable to set up Export Handler in Solr

2016-10-04 Thread Nkechi Achara
> > Regards, >Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 4 October 2016 at 23:40, Nkechi Achara wrote: > > Hey Alex, > > > > According to the release notes it was in 4.10.3: > > http://

Using stream and response with /export Request Handler

2016-10-11 Thread Nkechi Achara
Hi All, I have an export handler defined as the following: {!xport} xsort false query I am then attempting to utilise stream and response from a SolrCloudServer as. server.queryAndStreamResponse(query,callback) And i am receiving an error regarding the output rece