You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ReactiveElasticsearchTemplate uses the normal search mechanism for a count query by retrieving the data and counting the flux elements. For performance reasons this needs to replaced with the count API that is available as of Elasticsearch version 7
sothawo opened DATAES-680 and commented
Currently
ReactiveElasticsearchTemplate
uses the normal search mechanism for a count query by retrieving the data and counting the flux elements. For performance reasons this needs to replaced with the count API that is available as of Elasticsearch version 7Affects: 4.0 M1 (Neumann), 3.2.1 (Moore SR1)
Referenced from: pull request #341, and commits 0a7af69, 62385ed, 2cf42a4
Backported to: 3.2.2 (Moore SR2)
The text was updated successfully, but these errors were encountered: