Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "query": {
  3. "bool": {
  4. "must": [
  5. {
  6. "nested": {
  7. "path": "ns2:author",
  8. "query": {
  9. "bool": {
  10. "must": [
  11. {
  12. "match": {
  13. "ns2:author.id": "WUT57617"
  14. }
  15. }
  16. ]
  17. }
  18. }
  19. }
  20. },
  21. {
  22. "nested": {
  23. "path": "ns2:author",
  24. "query": {
  25. "bool": {
  26. "must": [
  27. {
  28. "match": {
  29. "ns2:author.id": "WUT192440"
  30. }
  31. }
  32. ]
  33. }
  34. }
  35. }
  36. }
  37. ]
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement