appbaseio / reactivecore

Core architecture of reactive UI libraries
Apache License 2.0
33 stars 28 forks source link

Deprecated aggregation order key [_term] used, replaced by [_key] #19

Open vaibhav-groupten opened 6 years ago

vaibhav-groupten commented 6 years ago

While using reactivesearch with the latest version of elastic cloud(6.4), I was getting a warning "Deprecated aggregation order key [_term] used, replaced by [_key]". Are there any plans to eliminate the deprecated terms anytime soon in the new build?

siddharthlatest commented 6 years ago

@vaibhav-groupten We can't eliminate it due to prior versions of Elasticsearch relying on it, but we can add support for using _key instead for apps that use Elasticsearch v6 or above.

vaibhav-groupten commented 6 years ago

@vaibhav-groupten We can't eliminate it due to prior versions of Elasticsearch relying on it, but we can add support for using _key instead for apps that use Elasticsearch v6 or above.

Thanks, @siddharthlatest that will be great!