Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sothawo opened DATAES-720 and commented
The implementation of findAll() in the SimpleReactiveElasticsearchRepository uses Query.findAll() to create the query which has a default Pageable(0, 10). and so only returns 10 elements instead of a stream of all elements
findAll()
SimpleReactiveElasticsearchRepository
Query.findAll()
Pageable(0, 10)
Affects: 4.0 M1 (Neumann), 3.2.3 (Moore SR3)
Referenced from: pull request #364, and commits 6eda05d, b634f31
Backported to: 3.2.4 (Moore SR4)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sothawo opened DATAES-720 and commented
The implementation of
findAll()
in theSimpleReactiveElasticsearchRepository
usesQuery.findAll()
to create the query which has a defaultPageable(0, 10)
. and so only returns 10 elements instead of a stream of all elementsAffects: 4.0 M1 (Neumann), 3.2.3 (Moore SR3)
Referenced from: pull request #364, and commits 6eda05d, b634f31
Backported to: 3.2.4 (Moore SR4)
The text was updated successfully, but these errors were encountered: