i use the following defintion : 
< request handler name="my_export" class="solr.exportHandler"
useParams="_EXPORT"> 
<lst name="defaults" >
<str name="wt"> json </str>
</lst>
<lst name="invariants">
<boolean name="distrib">false</boolean>
<str name="rq">{!xport}</str>
</lst>
<arr name="components">
<str>myComponent</str>
<str>query</str>
</arr>
</requestHandler>

and recieve a nullPointerException when the im loading the core. the
exception is at
org.apache.solr.common.params.solrParams.toMultiMap(solrParams:414)




--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to