(11/01/31 23:33), Em wrote:
Hi Koji,following is the solrconfig: <requestHandler name="/update/csv" class="solr.CSVRequestHandler"> <lst name="defaults"> <str name="update.processor">throwAway</str> </lst> </requestHandler> <updateRequestProcessorChain name="throwAway"> <processor class="solr.experiments.solr.update.processor.ThrowAwayUpdateProcessorFactory"/> <processor class="solr.RunUpdateProcessorFactory" /> </updateRequestProcessorChain> Do you see any mistake here? Regards
Hmm, Looks fine. Are you sure you create your update processor instance in your factory and return it? (if it is null, processor chain simply ignores your processor...) Koji -- http://www.rondhuit.com/en/
