sothawo opened DATAES-934 and commented
ElasticsearchRepository has deprecated methods taken different QueryBuilder or Query arguments. Those were deprecated because they return Page results instead of the now available SearchPage.
We should add a new method
SearchPage<T> query(Query query)
That will allow to pass in a Query with all it's possibilities and return a SearchPage
Referenced from: pull request #535