Let's split the problem in two
## Infinispan
In the ORM case we do filter null results. The logic is in
`QueryLoader.executeLoader` and more precisely
`ObjectLoaderHelper.returnAlreadyLoadedObjectsInCorrectOrder`.
So it looks like a mistake of the Infinipsan Query module to not reproduce this
b
Hi all,
I feel the need to share some thoughts on this quite tricky patch proposal:
https://github.com/infinispan/infinispan/pull/1245
I'm tempted to say that Hibernate Search should "scan ahead" to look
for more results to fill the gap; but -even assuming this was easy to
implement (which it is n