As described in https://docs.google.com/a/nuxeo.com/document/d/1nX-s9PvuHf2MaNxK_Hw-OSN7AcD0h9_KpzM9BzLGX1E/edit?usp=sharing, it should be easy and nice to create a Nuxeo disk usage charts using a sunbusrt chart in d3js.
Useful resources:
Some parameters of the chart:
- current Document (root by default)
- depth of the sunburst (i.e. max path level)
- display doc count or ecm:size sum
- etc.
When implemented within Kibana, the request looks like:
{ "query": { "filtered": { "query": { "query_string": { "query": "-ecm.mixInType.HiddenInNavigation", "analyze_wildcard": true } }, "filter": { "bool": { "must": [ { "range": { "dc:created": { "gte": 1294146135757, "lte": 1451912535757 } } } ], "must_not": [] } } } }, "size": 0, "aggs": { "3": { "terms": { "field": "pathLevel2", "size": 0, "order": { "3-orderAgg": "desc" } }, "aggs": { "1": { "sum": { "field": "common:size" } }, "4": { "terms": { "field": "pathLevel3", "size": 0, "order": { "4-orderAgg": "desc" } }, "aggs": { "1": { "sum": { "field": "common:size" } }, "5": { "terms": { "field": "pathLevel4", "size": 0, "order": { "5-orderAgg": "desc" } }, "aggs": { "1": { "sum": { "field": "common:size" } }, "6": { "terms": { "field": "pathLevel5", "size": 0, "order": { "6-orderAgg": "desc" } }, "aggs": { "1": { "sum": { "field": "common:size" } }, "7": { "terms": { "field": "pathLevel6", "size": 0, "order": { "7-orderAgg": "desc" } }, "aggs": { "1": { "sum": { "field": "common:size" } }, "7-orderAgg": { "sum": { "field": "common:size" } } } }, "6-orderAgg": { "sum": { "field": "common:size" } } } }, "5-orderAgg": { "sum": { "field": "common:size" } } } }, "4-orderAgg": { "sum": { "field": "common:size" } } } }, "3-orderAgg": { "sum": { "field": "common:size" } } } } } }
and the response is:
{ "took": 74, "timed_out": false, "_shards": { "total": 5, "successful": 5, "failed": 0 }, "hits": { "total": 411, "max_score": 0, "hits": [] }, "aggregations": { "3": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 3602601247 }, "4": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 3098836356 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 1782202496 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 1782202496 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 58587264 }, "key": "13954-28.10.2015-ITEMA_2.1450087310898", "doc_count": 1, "7-orderAgg": { "value": 58587264 } }, { "1": { "value": 58200192 }, "key": "13954-28.09.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 58200192 } }, { "1": { "value": 57858176 }, "key": "13954-14.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57858176 } }, { "1": { "value": 57766016 }, "key": "13954-27.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57766016 } }, { "1": { "value": 57663616 }, "key": "13954-10.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57663616 } }, { "1": { "value": 57575552 }, "key": "13954-29.09.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57575552 } }, { "1": { "value": 57514112 }, "key": "13954-08.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57514112 } }, { "1": { "value": 57477248 }, "key": "13954-30.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57477248 } }, { "1": { "value": 57452672 }, "key": "13954-15.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57452672 } }, { "1": { "value": 57424000 }, "key": "13954-23.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57424000 } }, { "1": { "value": 57274496 }, "key": "13954-09.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57274496 } }, { "1": { "value": 57268352 }, "key": "13954-05.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57268352 } }, { "1": { "value": 57258112 }, "key": "13954-25.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57258112 } }, { "1": { "value": 57251968 }, "key": "13954-05.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57251968 } }, { "1": { "value": 57239680 }, "key": "13954-07.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57239680 } }, { "1": { "value": 57206912 }, "key": "13954-01.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57206912 } }, { "1": { "value": 57206912 }, "key": "13954-12.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57206912 } }, { "1": { "value": 57165952 }, "key": "13954-26.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57165952 } }, { "1": { "value": 57041024 }, "key": "13954-06.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57041024 } }, { "1": { "value": 57041024 }, "key": "13954-08.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57041024 } }, { "1": { "value": 57018496 }, "key": "13954-16.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57018496 } }, { "1": { "value": 57012352 }, "key": "13954-02.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 57012352 } }, { "1": { "value": 56940672 }, "key": "13954-03.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56940672 } }, { "1": { "value": 56934528 }, "key": "13954-04.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56934528 } }, { "1": { "value": 56909952 }, "key": "13954-07.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56909952 } }, { "1": { "value": 56832128 }, "key": "13954-30.09.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56832128 } }, { "1": { "value": 56717440 }, "key": "13954-01.12.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56717440 } }, { "1": { "value": 56686720 }, "key": "13954-20.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56686720 } }, { "1": { "value": 56629376 }, "key": "13954-29.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56629376 } }, { "1": { "value": 56008832 }, "key": "13954-30.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 56008832 } }, { "1": { "value": 55898240 }, "key": "13954-26.11.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 55898240 } }, { "1": { "value": 5224576 }, "key": "13954-28.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 5224576 } }, { "1": { "value": 3915904 }, "key": "13954-27.10.2015-ITEMA_2", "doc_count": 1, "7-orderAgg": { "value": 3915904 } } ] }, "key": "LES NOUVELLES VAGUES", "doc_count": 34, "6-orderAgg": { "value": 1782202496 } } ] }, "key": "Music", "doc_count": 35, "5-orderAgg": { "value": 1782202496 } }, { "1": { "value": 1298632704 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 1298632704 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 91150336 }, "key": "Tom And Jerry - 001 - Pu", "doc_count": 1, "7-orderAgg": { "value": 91150336 } }, { "1": { "value": 90107904 }, "key": "Tom And Jerry - 002 - Th", "doc_count": 1, "7-orderAgg": { "value": 90107904 } }, { "1": { "value": 85884928 }, "key": "Tom And Jerry - 003 - Th", "doc_count": 1, "7-orderAgg": { "value": 85884928 } }, { "1": { "value": 81698816 }, "key": "Tom And Jerry - 004 - Fr", "doc_count": 1, "7-orderAgg": { "value": 81698816 } }, { "1": { "value": 81684480 }, "key": "Tom And Jerry - 019 - Mo", "doc_count": 1, "7-orderAgg": { "value": 81684480 } }, { "1": { "value": 80687104 }, "key": "Tom And Jerry - 010 - Th", "doc_count": 1, "7-orderAgg": { "value": 80687104 } }, { "1": { "value": 79638528 }, "key": "Tom And Jerry - 007 - Th", "doc_count": 1, "7-orderAgg": { "value": 79638528 } }, { "1": { "value": 79613952 }, "key": "Tom And Jerry - 012 - Ba", "doc_count": 1, "7-orderAgg": { "value": 79613952 } }, { "1": { "value": 78610432 }, "key": "Tom And Jerry - 035 - Th", "doc_count": 1, "7-orderAgg": { "value": 78610432 } }, { "1": { "value": 78577664 }, "key": "Tom And Jerry - 005 - Do", "doc_count": 1, "7-orderAgg": { "value": 78577664 } }, { "1": { "value": 78561280 }, "key": "Tom And Jerry - 028 - Pa", "doc_count": 1, "7-orderAgg": { "value": 78561280 } }, { "1": { "value": 78555136 }, "key": "Tom And Jerry - 032 - A", "doc_count": 1, "7-orderAgg": { "value": 78555136 } }, { "1": { "value": 78528512 }, "key": "Tom And Jerry - 009 - Su", "doc_count": 1, "7-orderAgg": { "value": 78528512 } }, { "1": { "value": 77516800 }, "key": "Tom And Jerry - 023 - Sp", "doc_count": 1, "7-orderAgg": { "value": 77516800 } }, { "1": { "value": 77512704 }, "key": "Tom And Jerry - 008 - Fi", "doc_count": 1, "7-orderAgg": { "value": 77512704 } }, { "1": { "value": 77508608 }, "key": "Tom And Jerry - 042 - He", "doc_count": 1, "7-orderAgg": { "value": 77508608 } }, { "1": { "value": 2592768 }, "key": "Tom And Jerry - 017 - Mo", "doc_count": 1, "7-orderAgg": { "value": 2592768 } }, { "1": { "value": 202752 }, "key": "Tom And Jerry - 027 - Ca", "doc_count": 1, "7-orderAgg": { "value": 202752 } }, { "1": { "value": 0 }, "key": "ggggggg", "doc_count": 7, "7-orderAgg": { "value": 0 } } ] }, "key": "Cartoon", "doc_count": 26, "6-orderAgg": { "value": 1298632704 } } ] }, "key": "Other video", "doc_count": 27, "5-orderAgg": { "value": 1298632704 } }, { "1": { "value": 18001156 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 8289792 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Bob Dylan And Donovan.mp", "doc_count": 1, "6-orderAgg": { "value": 8289792 } }, { "1": { "value": 4010481 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Taft_Ultimate_TV_5sec_Ta", "doc_count": 1, "6-orderAgg": { "value": 4010481 } }, { "1": { "value": 4010481 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Taft_Ultimate_TV_5sec_Ta.1450087031858", "doc_count": 1, "6-orderAgg": { "value": 4010481 } }, { "1": { "value": 1690402 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "no_storeuploadedfile_but", "doc_count": 1, "6-orderAgg": { "value": 1690402 } } ] }, "key": "Events", "doc_count": 5, "5-orderAgg": { "value": 18001156 } } ] }, "key": "Media", "doc_count": 68, "4-orderAgg": { "value": 3098836356 } }, { "1": { "value": 250900030 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 250900030 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 83721964 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Il n'y a pas de choc des", "doc_count": 1, "6-orderAgg": { "value": 83721964 } }, { "1": { "value": 83667496 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Orthodoxie _ La Grèce e", "doc_count": 1, "6-orderAgg": { "value": 83667496 } }, { "1": { "value": 83510570 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Histoire de l'Islam 1-2.", "doc_count": 1, "6-orderAgg": { "value": 83510570 } } ] }, "key": "dessous", "doc_count": 4, "5-orderAgg": { "value": 250900030 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "AnotherSuperNote", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "khvfcjgdzx", "doc_count": 6, "4-orderAgg": { "value": 250900030 } }, { "1": { "value": 174605218 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 174605218 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 91321228 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 91321228 }, "key": "Yeat another", "doc_count": 2, "7-orderAgg": { "value": 91321228 } } ] }, "key": "Another Folder", "doc_count": 3, "6-orderAgg": { "value": 91321228 } }, { "1": { "value": 83283990 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Orthodoxie _ La Russie.a", "doc_count": 1, "6-orderAgg": { "value": 83283990 } } ] }, "key": "A folder", "doc_count": 5, "5-orderAgg": { "value": 174605218 } } ] }, "key": "DeepHierachy", "doc_count": 6, "4-orderAgg": { "value": 174605218 } }, { "1": { "value": 62244613 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 3676456 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233687", "doc_count": 2, "5-orderAgg": { "value": 3676456 } }, { "1": { "value": 2716632 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "aggregates.png", "doc_count": 2, "5-orderAgg": { "value": 2716632 } }, { "1": { "value": 2531220 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-", "doc_count": 2, "5-orderAgg": { "value": 2531220 } }, { "1": { "value": 2474084 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "1.png", "doc_count": 2, "5-orderAgg": { "value": 2474084 } }, { "1": { "value": 1893148 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-05-.1449077234178", "doc_count": 2, "5-orderAgg": { "value": 1893148 } }, { "1": { "value": 1726350 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "frog.png", "doc_count": 2, "5-orderAgg": { "value": 1726350 } }, { "1": { "value": 1600038 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-09-.1449077234261", "doc_count": 2, "5-orderAgg": { "value": 1600038 } }, { "1": { "value": 1430010 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "passport.png", "doc_count": 2, "5-orderAgg": { "value": 1430010 } }, { "1": { "value": 1165946 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233953", "doc_count": 2, "5-orderAgg": { "value": 1165946 } }, { "1": { "value": 1158520 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233964", "doc_count": 2, "5-orderAgg": { "value": 1158520 } }, { "1": { "value": 1142126 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "login_bg.jpg", "doc_count": 2, "5-orderAgg": { "value": 1142126 } }, { "1": { "value": 922628 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "es-doc.png", "doc_count": 2, "5-orderAgg": { "value": 922628 } }, { "1": { "value": 828196 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "can_add_newEntry.png", "doc_count": 2, "5-orderAgg": { "value": 828196 } }, { "1": { "value": 802720 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "view_edit.png", "doc_count": 2, "5-orderAgg": { "value": 802720 } }, { "1": { "value": 771036 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-11-", "doc_count": 2, "5-orderAgg": { "value": 771036 } }, { "1": { "value": 680116 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "SUPNXP-14435_source.png", "doc_count": 2, "5-orderAgg": { "value": 680116 } }, { "1": { "value": 660098 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-11-", "doc_count": 2, "5-orderAgg": { "value": 660098 } }, { "1": { "value": 625114 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "dnd-error.png", "doc_count": 2, "5-orderAgg": { "value": 625114 } }, { "1": { "value": 607956 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "debug.png", "doc_count": 2, "5-orderAgg": { "value": 607956 } }, { "1": { "value": 577056 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-11-.1449077234320", "doc_count": 2, "5-orderAgg": { "value": 577056 } }, { "1": { "value": 529784 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-11-.1449077234340", "doc_count": 2, "5-orderAgg": { "value": 529784 } }, { "1": { "value": 529730 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233848", "doc_count": 2, "5-orderAgg": { "value": 529730 } }, { "1": { "value": 529428 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot1.png", "doc_count": 2, "5-orderAgg": { "value": 529428 } }, { "1": { "value": 524172 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot2.png", "doc_count": 2, "5-orderAgg": { "value": 524172 } }, { "1": { "value": 515236 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233839", "doc_count": 2, "5-orderAgg": { "value": 515236 } }, { "1": { "value": 512794 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-11-.1449077234332", "doc_count": 2, "5-orderAgg": { "value": 512794 } }, { "1": { "value": 512476 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-08-", "doc_count": 2, "5-orderAgg": { "value": 512476 } }, { "1": { "value": 503208 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "image.png", "doc_count": 2, "5-orderAgg": { "value": 503208 } }, { "1": { "value": 494722 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "time_zone.png", "doc_count": 2, "5-orderAgg": { "value": 494722 } }, { "1": { "value": 490590 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-09-", "doc_count": 2, "5-orderAgg": { "value": 490590 } }, { "1": { "value": 488282 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "rich-autocomplete.png", "doc_count": 2, "5-orderAgg": { "value": 488282 } }, { "1": { "value": 472686 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-", "doc_count": 2, "5-orderAgg": { "value": 472686 } }, { "1": { "value": 467368 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "tab5_8.png", "doc_count": 2, "5-orderAgg": { "value": 467368 } }, { "1": { "value": 463860 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370935", "doc_count": 1, "5-orderAgg": { "value": 463860 } }, { "1": { "value": 463418 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234160", "doc_count": 2, "5-orderAgg": { "value": 463418 } }, { "1": { "value": 453258 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-01-", "doc_count": 2, "5-orderAgg": { "value": 453258 } }, { "1": { "value": 448266 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-08-.1449077234245", "doc_count": 2, "5-orderAgg": { "value": 448266 } }, { "1": { "value": 435928 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233651", "doc_count": 2, "5-orderAgg": { "value": 435928 } }, { "1": { "value": 433224 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-05-", "doc_count": 2, "5-orderAgg": { "value": 433224 } }, { "1": { "value": 431558 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "tiny_mce.png", "doc_count": 2, "5-orderAgg": { "value": 431558 } }, { "1": { "value": 424040 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-09-.1449077234275", "doc_count": 2, "5-orderAgg": { "value": 424040 } }, { "1": { "value": 413862 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-11-.1449077234352", "doc_count": 2, "5-orderAgg": { "value": 413862 } }, { "1": { "value": 407542 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234119", "doc_count": 2, "5-orderAgg": { "value": 407542 } }, { "1": { "value": 403786 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233809", "doc_count": 2, "5-orderAgg": { "value": 403786 } }, { "1": { "value": 399978 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-09-", "doc_count": 2, "5-orderAgg": { "value": 399978 } }, { "1": { "value": 394536 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "screnshotNXP-13343.png", "doc_count": 2, "5-orderAgg": { "value": 394536 } }, { "1": { "value": 391870 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-08-.1449077234216", "doc_count": 2, "5-orderAgg": { "value": 391870 } }, { "1": { "value": 390914 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234106", "doc_count": 2, "5-orderAgg": { "value": 390914 } }, { "1": { "value": 389248 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370912", "doc_count": 1, "5-orderAgg": { "value": 389248 } }, { "1": { "value": 383432 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "IE11-error-screenshot.pn", "doc_count": 2, "5-orderAgg": { "value": 383432 } }, { "1": { "value": 381346 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "visualvm.png", "doc_count": 2, "5-orderAgg": { "value": 381346 } }, { "1": { "value": 380528 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-", "doc_count": 2, "5-orderAgg": { "value": 380528 } }, { "1": { "value": 376000 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370888", "doc_count": 1, "5-orderAgg": { "value": 376000 } }, { "1": { "value": 372602 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "tab5_6.png", "doc_count": 2, "5-orderAgg": { "value": 372602 } }, { "1": { "value": 351592 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233928", "doc_count": 2, "5-orderAgg": { "value": 351592 } }, { "1": { "value": 351460 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233817", "doc_count": 2, "5-orderAgg": { "value": 351460 } }, { "1": { "value": 348182 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233997", "doc_count": 2, "5-orderAgg": { "value": 348182 } }, { "1": { "value": 347300 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233918", "doc_count": 2, "5-orderAgg": { "value": 347300 } }, { "1": { "value": 344436 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234151", "doc_count": 2, "5-orderAgg": { "value": 344436 } }, { "1": { "value": 337662 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-10-", "doc_count": 2, "5-orderAgg": { "value": 337662 } }, { "1": { "value": 335928 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233940", "doc_count": 2, "5-orderAgg": { "value": 335928 } }, { "1": { "value": 333972 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-05-.1449077233895", "doc_count": 2, "5-orderAgg": { "value": 333972 } }, { "1": { "value": 333956 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-05-", "doc_count": 2, "5-orderAgg": { "value": 333956 } }, { "1": { "value": 324708 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234136", "doc_count": 2, "5-orderAgg": { "value": 324708 } }, { "1": { "value": 321832 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "docdocumentSuggestion.pn", "doc_count": 2, "5-orderAgg": { "value": 321832 } }, { "1": { "value": 317624 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233735", "doc_count": 2, "5-orderAgg": { "value": 317624 } }, { "1": { "value": 317366 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "sc.png", "doc_count": 2, "5-orderAgg": { "value": 317366 } }, { "1": { "value": 316936 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233661", "doc_count": 2, "5-orderAgg": { "value": 316936 } }, { "1": { "value": 315730 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-06-.1449077234200", "doc_count": 2, "5-orderAgg": { "value": 315730 } }, { "1": { "value": 315690 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "docuserSuggestion.png", "doc_count": 2, "5-orderAgg": { "value": 315690 } }, { "1": { "value": 313848 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-08-.1449077234237", "doc_count": 2, "5-orderAgg": { "value": 313848 } }, { "1": { "value": 312990 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "NXP-18258.png", "doc_count": 2, "5-orderAgg": { "value": 312990 } }, { "1": { "value": 311568 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-08-.1449077234227", "doc_count": 2, "5-orderAgg": { "value": 311568 } }, { "1": { "value": 304188 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233828", "doc_count": 2, "5-orderAgg": { "value": 304188 } }, { "1": { "value": 303344 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "formatDoc.png", "doc_count": 2, "5-orderAgg": { "value": 303344 } }, { "1": { "value": 301852 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234076", "doc_count": 2, "5-orderAgg": { "value": 301852 } }, { "1": { "value": 301462 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077234008", "doc_count": 2, "5-orderAgg": { "value": 301462 } }, { "1": { "value": 296776 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "richfileupload_resources", "doc_count": 2, "5-orderAgg": { "value": 296776 } }, { "1": { "value": 293472 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "NXP-18254.png", "doc_count": 2, "5-orderAgg": { "value": 293472 } }, { "1": { "value": 291836 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-12-", "doc_count": 2, "5-orderAgg": { "value": 291836 } }, { "1": { "value": 289706 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233750", "doc_count": 2, "5-orderAgg": { "value": 289706 } }, { "1": { "value": 287924 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233673", "doc_count": 2, "5-orderAgg": { "value": 287924 } }, { "1": { "value": 286400 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233782", "doc_count": 2, "5-orderAgg": { "value": 286400 } }, { "1": { "value": 283372 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "DAM_faceted_100per.png", "doc_count": 2, "5-orderAgg": { "value": 283372 } }, { "1": { "value": 280128 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-06-", "doc_count": 2, "5-orderAgg": { "value": 280128 } }, { "1": { "value": 278682 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-06-", "doc_count": 2, "5-orderAgg": { "value": 278682 } }, { "1": { "value": 275858 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "docdirectorySuggestion.p", "doc_count": 2, "5-orderAgg": { "value": 275858 } }, { "1": { "value": 269816 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "rich-fileupload-jsf2.png", "doc_count": 2, "5-orderAgg": { "value": 269816 } }, { "1": { "value": 267774 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "BREAD_CRUMB_ACTIONS.png", "doc_count": 2, "5-orderAgg": { "value": 267774 } }, { "1": { "value": 263536 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "screenshot1.png", "doc_count": 2, "5-orderAgg": { "value": 263536 } }, { "1": { "value": 257450 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-06-.1449077233588", "doc_count": 2, "5-orderAgg": { "value": 257450 } }, { "1": { "value": 256050 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "3.png", "doc_count": 2, "5-orderAgg": { "value": 256050 } }, { "1": { "value": 254884 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "screenshot2.png", "doc_count": 2, "5-orderAgg": { "value": 254884 } }, { "1": { "value": 253298 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234087", "doc_count": 2, "5-orderAgg": { "value": 253298 } }, { "1": { "value": 251328 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "where_is_jdoe.png", "doc_count": 2, "5-orderAgg": { "value": 251328 } }, { "1": { "value": 249866 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Home_platform.png", "doc_count": 2, "5-orderAgg": { "value": 249866 } }, { "1": { "value": 249002 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-.1449077233800", "doc_count": 2, "5-orderAgg": { "value": 249002 } }, { "1": { "value": 246870 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-03-.1449077234144", "doc_count": 2, "5-orderAgg": { "value": 246870 } }, { "1": { "value": 246852 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-10-", "doc_count": 2, "5-orderAgg": { "value": 246852 } }, { "1": { "value": 245984 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "data_vizu.png", "doc_count": 2, "5-orderAgg": { "value": 245984 } }, { "1": { "value": 235364 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-", "doc_count": 2, "5-orderAgg": { "value": 235364 } }, { "1": { "value": 234242 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-07-.1449077233611", "doc_count": 2, "5-orderAgg": { "value": 234242 } }, { "1": { "value": 234198 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-07-", "doc_count": 2, "5-orderAgg": { "value": 234198 } }, { "1": { "value": 226376 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "null_aggregate.png", "doc_count": 2, "5-orderAgg": { "value": 226376 } }, { "1": { "value": 216198 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077233986", "doc_count": 2, "5-orderAgg": { "value": 216198 } }, { "1": { "value": 213750 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-10-.1449077233762", "doc_count": 2, "5-orderAgg": { "value": 213750 } }, { "1": { "value": 213638 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-09-.1449077234283", "doc_count": 2, "5-orderAgg": { "value": 213638 } }, { "1": { "value": 205414 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2013-11-", "doc_count": 2, "5-orderAgg": { "value": 205414 } }, { "1": { "value": 205220 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "layoutDemo-IE8.png", "doc_count": 2, "5-orderAgg": { "value": 205220 } }, { "1": { "value": 195638 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2014-07-.1449077234021", "doc_count": 2, "5-orderAgg": { "value": 195638 } }, { "1": { "value": 194626 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": ".2.png", "doc_count": 2, "5-orderAgg": { "value": 194626 } }, { "1": { "value": 190464 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "SUPNXP-15247-automation-", "doc_count": 1, "5-orderAgg": { "value": 190464 } }, { "1": { "value": 178567 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370729", "doc_count": 1, "5-orderAgg": { "value": 178567 } }, { "1": { "value": 172649 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "NXP-18558.png", "doc_count": 1, "5-orderAgg": { "value": 172649 } }, { "1": { "value": 161340 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370768", "doc_count": 1, "5-orderAgg": { "value": 161340 } }, { "1": { "value": 159968 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370834", "doc_count": 1, "5-orderAgg": { "value": 159968 } }, { "1": { "value": 153119 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370787", "doc_count": 1, "5-orderAgg": { "value": 153119 } }, { "1": { "value": 145836 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "comiling_gwt.png", "doc_count": 2, "5-orderAgg": { "value": 145836 } }, { "1": { "value": 143554 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "repro_SUPNXP-13426.png", "doc_count": 2, "5-orderAgg": { "value": 143554 } }, { "1": { "value": 141960 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "JCTerm run.png", "doc_count": 2, "5-orderAgg": { "value": 141960 } }, { "1": { "value": 134468 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370862", "doc_count": 1, "5-orderAgg": { "value": 134468 } }, { "1": { "value": 134221 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370849", "doc_count": 1, "5-orderAgg": { "value": 134221 } }, { "1": { "value": 133973 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370878", "doc_count": 1, "5-orderAgg": { "value": 133973 } }, { "1": { "value": 129799 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370755", "doc_count": 1, "5-orderAgg": { "value": 129799 } }, { "1": { "value": 115922 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370712", "doc_count": 1, "5-orderAgg": { "value": 115922 } }, { "1": { "value": 99914 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "renard_veut_faire_un_cal", "doc_count": 2, "5-orderAgg": { "value": 99914 } }, { "1": { "value": 99795 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370742", "doc_count": 1, "5-orderAgg": { "value": 99795 } }, { "1": { "value": 99777 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "template_rednering_2.png", "doc_count": 1, "5-orderAgg": { "value": 99777 } }, { "1": { "value": 95026 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "template_rednering_1.png", "doc_count": 1, "5-orderAgg": { "value": 95026 } }, { "1": { "value": 89287 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "template_rendering.png", "doc_count": 1, "5-orderAgg": { "value": 89287 } }, { "1": { "value": 77032 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "select2-tiemout.png", "doc_count": 2, "5-orderAgg": { "value": 77032 } }, { "1": { "value": 66728 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-09-.1449077234294", "doc_count": 2, "5-orderAgg": { "value": 66728 } }, { "1": { "value": 66728 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "expenses_graph.png", "doc_count": 2, "5-orderAgg": { "value": 66728 } }, { "1": { "value": 61112 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "avatar.jpeg", "doc_count": 2, "5-orderAgg": { "value": 61112 } }, { "1": { "value": 59360 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "browsers.jpg", "doc_count": 2, "5-orderAgg": { "value": 59360 } }, { "1": { "value": 31998 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "associated_template_tab.", "doc_count": 1, "5-orderAgg": { "value": 31998 } }, { "1": { "value": 18735 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "workflow_tab.png", "doc_count": 1, "5-orderAgg": { "value": 18735 } }, { "1": { "value": 15610 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Screenshot from 2015-12-.1450087370898", "doc_count": 1, "5-orderAgg": { "value": 15610 } }, { "1": { "value": 15592 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "publish_tab.png", "doc_count": 1, "5-orderAgg": { "value": 15592 } }, { "1": { "value": 15101 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "select_template.png", "doc_count": 1, "5-orderAgg": { "value": 15101 } }, { "1": { "value": 11066 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "associated_template.png", "doc_count": 1, "5-orderAgg": { "value": 11066 } }, { "1": { "value": 8220 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "attach_template.png", "doc_count": 1, "5-orderAgg": { "value": 8220 } }, { "1": { "value": 3416 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "bear.png", "doc_count": 2, "5-orderAgg": { "value": 3416 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "A note", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "asdsdf", "doc_count": 263, "4-orderAgg": { "value": 62244613 } }, { "1": { "value": 15534007 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 3393818 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape25.jpg", "doc_count": 1, "5-orderAgg": { "value": 3393818 } }, { "1": { "value": 1963694 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape29.jpg", "doc_count": 1, "5-orderAgg": { "value": 1963694 } }, { "1": { "value": 789181 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape30.jpg", "doc_count": 1, "5-orderAgg": { "value": 789181 } }, { "1": { "value": 704950 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape26.jpg", "doc_count": 1, "5-orderAgg": { "value": 704950 } }, { "1": { "value": 636003 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape09.jpg", "doc_count": 1, "5-orderAgg": { "value": 636003 } }, { "1": { "value": 636003 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape18.jpg", "doc_count": 1, "5-orderAgg": { "value": 636003 } }, { "1": { "value": 569689 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape22.jpg", "doc_count": 1, "5-orderAgg": { "value": 569689 } }, { "1": { "value": 546060 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape02.jpg", "doc_count": 1, "5-orderAgg": { "value": 546060 } }, { "1": { "value": 546060 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape13.jpg", "doc_count": 1, "5-orderAgg": { "value": 546060 } }, { "1": { "value": 405769 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape08.jpg", "doc_count": 1, "5-orderAgg": { "value": 405769 } }, { "1": { "value": 405769 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape17.jpg", "doc_count": 1, "5-orderAgg": { "value": 405769 } }, { "1": { "value": 388559 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape21.jpg", "doc_count": 1, "5-orderAgg": { "value": 388559 } }, { "1": { "value": 380000 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape04.jpg", "doc_count": 1, "5-orderAgg": { "value": 380000 } }, { "1": { "value": 380000 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape15.jpg", "doc_count": 1, "5-orderAgg": { "value": 380000 } }, { "1": { "value": 347351 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape11.jpg", "doc_count": 1, "5-orderAgg": { "value": 347351 } }, { "1": { "value": 347351 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape20.jpg", "doc_count": 1, "5-orderAgg": { "value": 347351 } }, { "1": { "value": 324846 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape05_bis.jpg", "doc_count": 1, "5-orderAgg": { "value": 324846 } }, { "1": { "value": 324752 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape05.jpg", "doc_count": 1, "5-orderAgg": { "value": 324752 } }, { "1": { "value": 317922 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape10.jpg", "doc_count": 1, "5-orderAgg": { "value": 317922 } }, { "1": { "value": 317922 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape19.jpg", "doc_count": 1, "5-orderAgg": { "value": 317922 } }, { "1": { "value": 315425 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape24.jpg", "doc_count": 1, "5-orderAgg": { "value": 315425 } }, { "1": { "value": 260546 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape27.jpg", "doc_count": 1, "5-orderAgg": { "value": 260546 } }, { "1": { "value": 228367 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape01.jpg", "doc_count": 1, "5-orderAgg": { "value": 228367 } }, { "1": { "value": 219554 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape12.jpg", "doc_count": 1, "5-orderAgg": { "value": 219554 } }, { "1": { "value": 170661 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape06.jpg", "doc_count": 1, "5-orderAgg": { "value": 170661 } }, { "1": { "value": 170661 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape16.jpg", "doc_count": 1, "5-orderAgg": { "value": 170661 } }, { "1": { "value": 163903 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape23.jpg", "doc_count": 1, "5-orderAgg": { "value": 163903 } }, { "1": { "value": 148504 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape28.jpg", "doc_count": 1, "5-orderAgg": { "value": 148504 } }, { "1": { "value": 44551 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape07.jpg", "doc_count": 1, "5-orderAgg": { "value": 44551 } }, { "1": { "value": 43068 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape03.jpg", "doc_count": 1, "5-orderAgg": { "value": 43068 } }, { "1": { "value": 43068 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "landscape14.jpg", "doc_count": 1, "5-orderAgg": { "value": 43068 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "MySuperNote", "doc_count": 1, "5-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "sdafasdf", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "dwafr", "doc_count": 34, "4-orderAgg": { "value": 15534007 } }, { "1": { "value": 481023 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 472194 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 147822 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "crodt", "doc_count": 1, "6-orderAgg": { "value": 147822 } }, { "1": { "value": 133801 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "asdfasf", "doc_count": 1, "6-orderAgg": { "value": 133801 } }, { "1": { "value": 133801 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "spec", "doc_count": 1, "6-orderAgg": { "value": 133801 } }, { "1": { "value": 56770 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "crdocx", "doc_count": 1, "6-orderAgg": { "value": 56770 } }, { "1": { "value": 0 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "intervention", "doc_count": 1, "6-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "note4XL", "doc_count": 1, "6-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "7": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "webnote", "doc_count": 1, "6-orderAgg": { "value": 0 } } ] }, "key": "rawsamples", "doc_count": 8, "5-orderAgg": { "value": 472194 } }, { "1": { "value": 8829 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "recruiting", "doc_count": 1, "5-orderAgg": { "value": 8829 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "banking", "doc_count": 1, "5-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "digitaltrans", "doc_count": 1, "5-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "fightingfraud", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "templatesamples", "doc_count": 13, "4-orderAgg": { "value": 481023 } }, { "1": { "value": 0 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "aaaaaaa", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "zxcvczxv", "doc_count": 2, "4-orderAgg": { "value": 0 } } ] }, "key": "workspaces", "doc_count": 393, "3-orderAgg": { "value": 3602601247 } }, { "1": { "value": 1334738 }, "4": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 508802 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "customerReferenceDOCX", "doc_count": 1, "4-orderAgg": { "value": 508802 } }, { "1": { "value": 402159 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "customerReferenceODT", "doc_count": 1, "4-orderAgg": { "value": 402159 } }, { "1": { "value": 133801 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "SpecNux", "doc_count": 1, "4-orderAgg": { "value": 133801 } }, { "1": { "value": 116250 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "HtmlWrapper", "doc_count": 1, "4-orderAgg": { "value": 116250 } }, { "1": { "value": 80922 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "interventionStatement", "doc_count": 1, "4-orderAgg": { "value": 80922 } }, { "1": { "value": 38735 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "ProjectFrontPage", "doc_count": 1, "4-orderAgg": { "value": 38735 } }, { "1": { "value": 33278 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "ProjectRef", "doc_count": 1, "4-orderAgg": { "value": 33278 } }, { "1": { "value": 11063 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "ProjectRevenue", "doc_count": 1, "4-orderAgg": { "value": 11063 } }, { "1": { "value": 9728 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "XLMetadata", "doc_count": 1, "4-orderAgg": { "value": 9728 } }, { "1": { "value": 0 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "WebTemplate", "doc_count": 1, "4-orderAgg": { "value": 0 } } ] }, "key": "templates", "doc_count": 11, "3-orderAgg": { "value": 1334738 } }, { "1": { "value": 0 }, "4": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 0 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Favorites", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "Administrator", "doc_count": 2, "4-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 0 }, "6": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "Favorites", "doc_count": 1, "5-orderAgg": { "value": 0 } } ] }, "key": "jdoe", "doc_count": 2, "4-orderAgg": { "value": 0 } } ] }, "key": "UserWorkspaces", "doc_count": 4, "3-orderAgg": { "value": 0 } }, { "1": { "value": 0 }, "4": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "value": 0 }, "5": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [] }, "key": "A section", "doc_count": 1, "4-orderAgg": { "value": 0 } } ] }, "key": "sections", "doc_count": 2, "3-orderAgg": { "value": 0 } } ] } } }
- depends on
-
NXP-18822 Add path level info in elasticsearch indexation
- Resolved
- is required by
-
ELEMENTS-153 Update nuxeo-document-distribution-chart after ES migration to 2.x
- Resolved
-
NXP-18828 Add disk usage tab in the web-ui admin tab
- Resolved