Re: Broken Feature in Solr 6.6

2018-01-30 Thread Joel Bernstein
Your welcome Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jan 30, 2018 at 11:00 AM, Antelmo Aguilar wrote: > Hi Joel, > > Thank you! Changing the class from SearchHandler to ExportHandler worked. > I appreciate you looking into it. > > -Antelmo > > On Tue, Jan 30, 2018 at 10:43 AM, Joe

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
Hi Joel, Thank you! Changing the class from SearchHandler to ExportHandler worked. I appreciate you looking into it. -Antelmo On Tue, Jan 30, 2018 at 10:43 AM, Joel Bernstein wrote: > I think the best approach is to use the /export handler. The wt=xsort I > believe has been removed from the s

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Joel Bernstein
I think the best approach is to use the /export handler. The wt=xsort I believe has been removed from the system. The configuration for the /export handler uses wt=json now. The configurations in the implicitPlugins.js look like this: "/export": { "class": "solr.ExportHandler", "useParams":"_

Re: Broken Feature in Solr 6.6

2018-01-30 Thread Antelmo Aguilar
Hi Joel, I apologize, I should have been more specific. We do not use the export handler that is defined by Solr. We use a couple export handlers that we defined using the convention explained in the ticket that implemented the feature. We did this because we have "categories" of things we expo

Re: Broken Feature in Solr 6.6

2018-01-29 Thread Joel Bernstein
There was a change in the configs between 6.1 and 6.6. If you upgraded you system and kept the old configs then the /export handler won't work properly. Check solrconfig.xml and remove any reference to the /export handler. You also don't need to specify the rq or wt when you access the /export hand