Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created October 5, 2018 12:17
Show Gist options
  • Save antunesleo/91fa7427d83af479733b27abd69f0dc3 to your computer and use it in GitHub Desktop.
Save antunesleo/91fa7427d83af479733b27abd69f0dc3 to your computer and use it in GitHub Desktop.
Creating a document with ID 1 in movies index
POST movies/_doc/1
{
"title": "The Godfather",
"year": 1972,
"director": "Francis Ford Coppola",
"stars": [
"Marlon Brando",
"Al Pacino",
"James Caan"
],
"genres": ["Crime", "Drama"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment