Skip to content

Instantly share code, notes, and snippets.

@lukas-vlcek
Created December 29, 2010 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukas-vlcek/758382 to your computer and use it in GitHub Desktop.
Save lukas-vlcek/758382 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://localhost:9200/testdb2/' -d '{index : {number_of_shards : 3, number_of_replicas : 0}}'
@lukas-vlcek
Copy link
Author

curl -XPUT 'http://localhost:9200/testdb4/' -d '{settings:{number_of_shards : 3, number_of_replicas : 0}}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment