Skip to content

Instantly share code, notes, and snippets.

@ubinix-warun
Last active January 31, 2016 12:37
Show Gist options
  • Select an option

  • Save ubinix-warun/2c7064b4c01b7fd4e9cc to your computer and use it in GitHub Desktop.

Select an option

Save ubinix-warun/2c7064b4c01b7fd4e9cc to your computer and use it in GitHub Desktop.
curl -XDELETE 'http://localhost:9200/store'
curl -XPUT 'http://localhost:9200/store'
curl -XPUT 'http://localhost:9200/store/_mapping/product' -d '@mapping.json'
python -m esimport -s localhost:9200 -f xyz.csv -i store -t product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment