In Spring Data Elasticsearch - I noticed something that looks like a bug with the generated findAllByFoo
type methods.
These seem to be limited to the default size (of 10) - which goes against the semantics you would expect from a findAll
operation.
The main findAll()
operation does work correctly however and does return all documents.
So - is this a bug or is there something I'm missing? Cheers, Eugen.