ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
169 stars 85 forks source link

Aggregation Exception #92

Closed dclemenzi closed 5 years ago

dclemenzi commented 5 years ago

90 Resolved the following exception Unrecognized field "doc_count_error_upper_bound" when using aggregations

sjudeng commented 5 years ago

If the fields don't need to be used for now what about adding a @JsonIgnore annotation to ElasticAggregation instead of adding the fields here?

dclemenzi commented 5 years ago

Agreed using JsonIgnoreProperties is a better solution.