Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. curl -X GET "lynne-raiola.intrajus.tjrn:9200/classe/_search?pretty" -H 'Content-Type: application/json' -d'
  2. {
  3.    "query": {
  4.        "bool" : {
  5.            "should" : [
  6.                { "match" : { "nome" : "arresto" } }
  7.            ]
  8.        }
  9.    }
  10. }
  11. '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement