Advertisement
Guest User

Untitled

a guest
Sep 25th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "took": 4,
  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": 0,
  28. "sub2": {
  29. "doc_count_error_upper_bound": 0,
  30. "sum_other_doc_count": 0,
  31. "buckets": []
  32. }
  33. }
  34. },
  35. {
  36. "key": "c3",
  37. "doc_count": 2,
  38. "sub2_nested": {
  39. "doc_count": 0,
  40. "sub2": {
  41. "doc_count_error_upper_bound": 0,
  42. "sum_other_doc_count": 0,
  43. "buckets": []
  44. }
  45. }
  46. }
  47. ]
  48. }
  49. }
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement