Skip to content

Instantly share code, notes, and snippets.

View mchruszcz's full-sized avatar

Michal Chruszcz mchruszcz

  • Cuvva
  • London, United Kingdom
View GitHub Profile
@mchruszcz
mchruszcz / gist:1300910
Created October 20, 2011 11:15
Elastic Search field selection and arrays
# Create the first document, create a mapping
$ curl -s -X POST http://localhost:9200/test/cat -d '
{
"title": "Kittens",
"images": [
{
"caption": "O HAI"
},
{
"caption": "I can has cheezburgr"