Skip to content

Instantly share code, notes, and snippets.

@nz
Created October 21, 2010 22:27
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nz/639502 to your computer and use it in GitHub Desktop.
Save nz/639502 to your computer and use it in GitHub Desktop.
An example of how to POST CSV data to Solr with curl
curl http://index.websolr.com/solr/yourindex/update/csv --data-binary @mydata.csv -H 'Content-type:text/plain; charset=utf-8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment