Skip to content

Instantly share code, notes, and snippets.

@jpoth
jpoth / gist:8406466
Last active January 3, 2016 04:08
elasticsearch -parent/child example
curl localhost:9200/_river/person/_mapping -d '{
"person":{
"properties:{
"person_id":{"type":"integer"},
"name":{"type":"string"}
}
}
}'
curl localhost:9200/_river/person/_meta -d '{
"type":"jdbc",