datadabllp

Searching for documents

Jul 19th, 2024
1,907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. curl -X GET "localhost:9200/library/_search" -H 'Content-Type: application/json' -d'
  2. {
  3.  "query": {
  4.    "match": {
  5.      "content": "Gatsby"
  6.    }
  7.  }
  8. }'
  9.  
Advertisement
Add Comment
Please, Sign In to add comment