changeset 407 | 2dba812c7ef2 |
parent 406 | cf0f23803a53 |
child 424 | feb0d3e0fef9 |
406:cf0f23803a53 | 407:2dba812c7ef2 |
---|---|
40 ], |
40 ], |
41 "aggs" => [ |
41 "aggs" => [ |
42 "years" => [ |
42 "years" => [ |
43 "terms"=> [ |
43 "terms"=> [ |
44 "field" => "creation_years.year", |
44 "field" => "creation_years.year", |
45 "size" => 0, |
45 "size" => 2147483647, |
46 "order" => [ |
46 "order" => [ |
47 "_term" => "asc" |
47 "_term" => "asc" |
48 ] |
48 ] |
49 ], |
49 ], |
50 "aggs" => [ |
50 "aggs" => [ |