Deprecated aggregation order key [_term] used, replaced by [_key]
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 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 We can't eliminate it due to prior versions of Elasticsearch relying on it, but we can add support for using
_keyinstead for apps that use Elasticsearch v6 or above.
Thanks, @siddharthlatest that will be great!