Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "query": {
  3. "has_child": {
  4. "type": "exercise",
  5. "score_mode": "sum",
  6. "query": {
  7. "bool": {
  8. "must": {
  9. "bool": {
  10. "should": [
  11. {
  12. "has_child": {
  13. "type": "exercise_user",
  14. "score_mode": "sum",
  15. "query": {
  16. "bool": {
  17. "must": [
  18. {
  19. "multi_match": {
  20. "fields": [
  21. "short_title.en_US",
  22. "keywords.en_US"
  23. ],
  24. "query": "lapko",
  25. "operator": "and"
  26. }
  27. }
  28. ],
  29. "filter": [
  30. {
  31. "term": {
  32. "idUser": "99760"
  33. }
  34. }
  35. ]
  36. }
  37. }
  38. }
  39. }
  40. ]
  41. }
  42. }
  43. }
  44. }
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement