Guest User

Untitled

a guest
Sep 25th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. {
  2. "took": 7,
  3. "timed_out": false,
  4. "_shards": {
  5. "total": 5,
  6. "successful": 5,
  7. "failed": 0
  8. },
  9. "hits": {
  10. "total": 6,
  11. "max_score": 0,
  12. "hits": []
  13. },
  14. "aggregations": {
  15. "myAgg": {
  16. "doc_count": 2,
  17. "sub_nested": {
  18. "doc_count": 2,
  19. "sub": {
  20. "doc_count_error_upper_bound": 0,
  21. "sum_other_doc_count": 0,
  22. "buckets": [
  23. {
  24. "key": "c1",
  25. "doc_count": 2,
  26. "sub2_nested": {
  27. "doc_count": 2,
  28. "sub2": {
  29. "doc_count_error_upper_bound": 0,
  30. "sum_other_doc_count": 0,
  31. "buckets": [
  32. {
  33. "key": "t1",
  34. "doc_count": 1
  35. },
  36. {
  37. "key": "t2",
  38. "doc_count": 1
  39. }
  40. ]
  41. }
  42. }
  43. },
  44. {
  45. "key": "c3",
  46. "doc_count": 2,
  47. "sub2_nested": {
  48. "doc_count": 2,
  49. "sub2": {
  50. "doc_count_error_upper_bound": 0,
  51. "sum_other_doc_count": 0,
  52. "buckets": [
  53. {
  54. "key": "t1",
  55. "doc_count": 1
  56. },
  57. {
  58. "key": "t2",
  59. "doc_count": 1
  60. }
  61. ]
  62. }
  63. }
  64. }
  65. ]
  66. }
  67. }
  68. }
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment