Skip to content

Instantly share code, notes, and snippets.

@jc1987
Created May 20, 2014 23:40
Show Gist options
  • Save jc1987/5f7920e268f101d680f2 to your computer and use it in GitHub Desktop.
Save jc1987/5f7920e268f101d680f2 to your computer and use it in GitHub Desktop.
custom field elastic search
curl -XPUT "http://localhost:9200/twitterr/tweet/112" -d "{\"user\" : \"kimchy\", \"post_date\" : \"2009-11-15T14:12:12\",\"message\" : \"trying out Elasticsearch\",\"customField99\" : \"fjoehgi\" }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment