Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "size":40,
  3. "query":{
  4. "bool":{
  5. "must":[
  6. {
  7. "term":{
  8. "country_id":{
  9. "value":12
  10. }
  11. }
  12. },
  13. {
  14. "simple_query_string":{
  15. "query":"iphone",
  16. "fields":[
  17. "description"
  18. ]
  19. }
  20. }
  21. ],
  22. "must_not":[
  23. {
  24. "terms":{
  25. "category_id":[
  26. 4638
  27. ]
  28. }
  29. }
  30. ]
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement