Skip to content

Instantly share code, notes, and snippets.

@my3sons
my3sons / shell
Created March 21, 2012 19:59
query root and nested documents
curl -X DELETE "http://localhost:9200/deals_near_me"
curl -XPOST localhost:9200/deals_near_me -d '
{"index":
{ "number_of_shards": 2,
"number_of_replicas" : 1
}
}
}'