GET one document
To search for one document that is stored, run a GET
command with the specific document number
GET eighties_movies/_doc/1
- This assumes you already know the document is stored as number
1
To search for one document that is stored, run a GET
command with the specific document number
GET eighties_movies/_doc/1
1