File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
18
19
19
- Remove node streams-based ingest code to prepare for post-ingest notifications
20
20
- Use the ` type ` field to determine if ingest is a Collection or Item
21
+ - Aggregations ` grid_code_frequency ` and ` grid_code_landsat_frequency ` are no longer
22
+ restricted to 2000 buckets
21
23
22
24
## [ 1.1.0] - 2023-05-02
23
25
Original file line number Diff line number Diff line change @@ -553,14 +553,12 @@ const ALL_AGGREGATIONS = {
553
553
grid_code_frequency : {
554
554
terms : {
555
555
field : 'properties.grid:code' ,
556
- size : 2000 ,
557
556
missing : 'none' ,
558
557
}
559
558
} ,
560
559
grid_code_landsat_frequency : {
561
560
terms : {
562
561
field : 'properties.landsat:wrs_type' ,
563
- size : 2000 ,
564
562
missing : 'none' ,
565
563
script : {
566
564
lang : 'painless' ,
You can’t perform that action at this time.
0 commit comments