Advertisement
madrahimov

Untitled

Jun 2nd, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. "aggregations": [
  3. {
  4. "type": "org.elasticsearch.search.aggregations.bucket.nested.NestedAggregator",
  5. "description": "citizenships",
  6. "time": "2.487686000ms",
  7. "time_in_nanos": 2487686,
  8. "breakdown": {
  9. "reduce": 0,
  10. "build_aggregation": 200900,
  11. "build_aggregation_count": 1,
  12. "initialize": 48200,
  13. "initialize_count": 1,
  14. "reduce_count": 0,
  15. "collect": 2238500,
  16. "collect_count": 84
  17. },
  18. "children": [
  19. {
  20. "type": "org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator",
  21. "description": "citizenship",
  22. "time": "1.063586000ms",
  23. "time_in_nanos": 1063586,
  24. "breakdown": {
  25. "reduce": 0,
  26. "build_aggregation": 178700,
  27. "build_aggregation_count": 1,
  28. "initialize": 15700,
  29. "initialize_count": 1,
  30. "reduce_count": 0,
  31. "collect": 869100,
  32. "collect_count": 84
  33. }
  34. }
  35. ]
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement