Advertisement
Guest User

Untitled

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