Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. {
  2. "size": 1000,
  3. "query": {
  4. "bool": {
  5. "must": [
  6. {
  7. "bool": {
  8. "filter": [
  9. {
  10. "bool": {
  11. "should": [
  12. {
  13. "bool": {
  14. "adjust_pure_negative": true,
  15. "boost": 1.0
  16. }
  17. }
  18. ],
  19. "adjust_pure_negative": true,
  20. "boost": 1.0
  21. }
  22. }
  23. ],
  24. "adjust_pure_negative": true,
  25. "boost": 1.0
  26. }
  27. }
  28. ],
  29. "filter": [
  30. {
  31. "match": {
  32. "type": {
  33. "query": "ZooPlusAddToCart.product_codes",
  34. "operator": "OR",
  35. "prefix_length": 0,
  36. "max_expansions": 50,
  37. "fuzzy_transpositions": true,
  38. "lenient": false,
  39. "zero_terms_query": "NONE",
  40. "auto_generate_synonyms_phrase_query": true,
  41. "boost": 1.0
  42. }
  43. }
  44. }
  45. ],
  46. "adjust_pure_negative": true,
  47. "boost": 1.0
  48. }
  49. },
  50. "sort": [
  51. {
  52. "actions_count_aud": {
  53. "order": "desc"
  54. }
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement