Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ```
  2. curl -XPOST 'localhost:9200/_search?pretty' -H 'Content-Type: application/json' -d'
  3. {
  4. "query": {
  5. "term" : { "choice" : "B" }
  6. }
  7. }
  8. '
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement