Skip to content

Add a Query taking method to ElasticsearchRepository [DATAES-934] #1509

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions