Re: modifying the export request handler

2019-01-22 Thread tom400
i use the following defintion : < request handler name="my_export" class="solr.exportHandler" useParams="_EXPORT"> json false {!xport} myComponent query and recieve a nullPointerException when the im loading the core. the exception is at org.apache.solr.common.params.solrParams.toMultiM

Re: modifying the export request handler

2019-01-19 Thread Erick Erickson
Attachments and graphics tend to be stripped by the mail server, I can't see the error. Best, Erick On Sat, Jan 19, 2019 at 1:12 PM tom400 wrote: > > hey, > i'm using solr 6.5 . > i'm trying to modify the /export implicit request handler. > i want to add a search components to the export handler