Re: [hibernate-dev] [infinispan-dev] Distributed queries

2009-09-18 Thread Emmanuel Bernard
Neither 1 nor 2 imply *distributed* queries. The hard parts with distributed queries (ie executed on a grid and recomposed) are: - making sure you ask all the nodes where the index is distributed (you can't miss a node) - find a way to index only a subset of the data in a given index (on

Re: [hibernate-dev] [infinispan-dev] Distributed queries

2009-09-17 Thread Sanne Grinovero
2009/9/17 Michael Neale : > I am still not entirely sure what I am asking, but look forward for > your merged in changes (they are in another branch right now yes?). > > Yes I mean querying objects - I was under the impression that lucene > was used for the indexing of the data to service these que