reactivecore icon indicating copy to clipboard operation
reactivecore copied to clipboard

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

Open vaibhav-groupten opened this issue 7 years ago • 2 comments

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?

vaibhav-groupten avatar Oct 22 '18 17:10 vaibhav-groupten

@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.

siddharthlatest avatar Oct 22 '18 21:10 siddharthlatest

@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!

vaibhav-groupten avatar Oct 23 '18 09:10 vaibhav-groupten