Guest User

Untitled

a guest
Sep 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "query": {
  3. "bool": {
  4. "must": [
  5. {
  6. "match": {
  7. "KEY1": {
  8. "query": "value1",
  9. "operator": "and"
  10. }
  11. }
  12. },
  13. {
  14. "match": {
  15. "KEY2": {
  16. "query": "value2",
  17. "operator": "and"
  18. }
  19. }
  20. }
  21. ]
  22. }
  23. }
  24. }
Add Comment
Please, Sign In to add comment