datadabllp

Indexing a document

Jul 19th, 2024
1,914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. curl -X POST "localhost:9200/library/book" -H 'Content-Type: application/json' -d'
  2. {
  3.  "title": "The Great Gatsby",
  4.  "author": "F. Scott Fitzgerald",
  5.  "content": "In my younger and more vulnerable years..."
  6. }'
  7.  
Advertisement
Add Comment
Please, Sign In to add comment