Advertisement
MedvedkovIgor

Untitled

Dec 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "size": 10000,
  3. "query": {
  4. "bool": {
  5. "filter": [
  6. {
  7. "bool": {
  8. "should": [
  9. {
  10. "match_phrase": {
  11. "keyword": {
  12. "query": "youtube",
  13. "slop": 0,
  14. "boost": 1
  15. }
  16. }
  17. }
  18. ],
  19. "adjust_pure_negative": true,
  20. "boost": 1
  21. }
  22. }
  23. ],
  24. "adjust_pure_negative": true,
  25. "boost": 1
  26. }
  27. },
  28. "sort": [
  29. {
  30. "actions_count_aud": {
  31. "order": "desc"
  32. }
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement