Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. {
  2. "size": 10000,
  3. "query": {
  4. "bool": {
  5. "filter": [
  6. {
  7. "bool": {
  8. "should": [
  9. {
  10. "has_child": {
  11. "query": {
  12. "bool": {
  13. "filter": [
  14. {
  15. "bool": {
  16. "should": [
  17. {
  18. "match_phrase": {
  19. "GoogleSearch.keyword": {
  20. "query": "youtube",
  21. "slop": 0,
  22. "boost": 1
  23. }
  24. }
  25. }
  26. ],
  27. "adjust_pure_negative": true,
  28. "boost": 1
  29. }
  30. }
  31. ],
  32. "adjust_pure_negative": true,
  33. "boost": 1
  34. }
  35. },
  36. "type": "action",
  37. "score_mode": "none",
  38. "min_children": 0,
  39. "max_children": 2147483647,
  40. "ignore_unmapped": false,
  41. "boost": 1
  42. }
  43. }
  44. ],
  45. "adjust_pure_negative": true,
  46. "boost": 1
  47. }
  48. }
  49. ],
  50. "adjust_pure_negative": true,
  51. "boost": 1
  52. }
  53. },
  54. "sort": [
  55. {
  56. "actions_count": {
  57. "order": "desc"
  58. }
  59. }
  60. ]
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement