Re: [hibernate-dev] Search: paging over deleted entries [ISPN-2206]

2012-08-30 Thread Emmanuel Bernard
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

[hibernate-dev] Search: paging over deleted entries [ISPN-2206]

2012-08-28 Thread Sanne Grinovero
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