Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "query": {
  3. "bool": {
  4. "should": [
  5. {
  6. "match": { "field": "description", "query": "RAM", "paperino": 3 }
  7. },
  8. {
  9. "match": { "field": "description", "query": "find", "pippo": 1 }
  10. },
  11. {
  12. "match": { "field": "description", "query": "find", "topolino": 1
  13. },
  14. {
  15. "match": { "field": "description", "query": "find", "zio paperone": 2 }
  16. }
  17. ]
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement