Skip to content

Instantly share code, notes, and snippets.

@sohangp
Created November 19, 2019 20:32
Show Gist options
  • Save sohangp/e21a9227ef7578fef02bea442b4ebaae to your computer and use it in GitHub Desktop.
Save sohangp/e21a9227ef7578fef02bea442b4ebaae to your computer and use it in GitHub Desktop.
Update
$ curl -X GET http://localhost:9200/student/student/1?pretty=true
{
"_index" : "student",
"_type" : "student",
"_id" : "1",
"_version" : 32,
"_seq_no" : 31,
"_primary_term" : 1,
"found" : true,
"_source" : {
"id" : 1,
"name" : "Jill",
"address" : "Dallas, TX",
"email" : "jill@gmail.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment