Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "UpdateCSV" page has been changed by ryan: http://wiki.apache.org/solr/UpdateCSV?action=diff&rev1=17&rev2=18 <requestHandler name="/update/csv" class="solr.CSVRequestHandler" startup="lazy"> </requestHandler> }}} + + <!> In [[Solr4.0]], CSV support is included in the standard [[UpdateRequestHandler]] + {{{ + <requestHandler name="/update" class="solr.UpdateRequestHandler"/> + }}} + Note, requests need to include Content-type:application/csv or Content-type:text/csv + + == Methods of uploading CSV records == CSV records may be uploaded to Solr by sending the data to the /solr/update/csv URL.