OpenSearch/x-pack/plugin/transform
Benjamin Trent ee4ce8ecec
Fix geotile_grid group_by field mapping (#56939) (#56990)
The original implementation utilized `bbox` as the index mapping type. This would not work as it would have to be `envelope`. But, given that `envelope` and `polygon` are tessellated in the same way, we choose to use `polygon` as the geo_shape type. This is for easier support other places in the stack (a la kibana maps)
2020-05-20 08:22:13 -04:00
..
qa Fix geotile_grid group_by field mapping (#56939) (#56990) 2020-05-20 08:22:13 -04:00
src [7.x] [Transform] add support for terms agg in transforms (#56696) (#56809) 2020-05-15 08:08:43 -04:00
build.gradle [Transform] maintain a list of unsupported aggregations in transforms (#52190) (#52222) 2020-02-12 07:48:04 +01:00