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