Advertisement
MedvedkovIgor

Untitled

Oct 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. {
  2. "size": 0,
  3. "query": {
  4. "bool": {
  5. "should": [
  6. {
  7. "has_child": {
  8. "query": {
  9. "match_phrase": {
  10. "GoogleSearch.keyword": {
  11. "query": "youtube",
  12. "slop": 0,
  13. "boost": 1
  14. }
  15. }
  16. },
  17. "type": "action",
  18. "score_mode": "none",
  19. "min_children": 0,
  20. "max_children": 2147483647,
  21. "ignore_unmapped": false,
  22. "boost": 1
  23. }
  24. },
  25. {
  26. "has_child": {
  27. "query": {
  28. "match_phrase": {
  29. "AmazonOnSiteSearch.keyword": {
  30. "query": "printer",
  31. "slop": 0,
  32. "boost": 1
  33. }
  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. "aggregations": {
  50. "group_by": {
  51. "terms": {
  52. "field": "uuid",
  53. "size": 100000
  54. }
  55. }
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement