[hibernate-dev] HSEARCH-761 & JMS backends

2011-07-22 Thread Sanne Grinovero
Hello all, With HSEARCH-761 each index can be configured with a separate backend; one possible configuration is a "multi-master" in which LuceneWork operations related to different indexes are sent to different backends, possibly on different cluster nodes but not necessarily. So while before the

Re: [hibernate-dev] HSEARCH-761 & JMS backends

2011-07-22 Thread Hardy Ferentschik
For JMS I also would use a message property. That's what they are for. --Hardy On Fri, 22 Jul 2011 14:11:48 +0200, Sanne Grinovero wrote: > Hello all, > With HSEARCH-761 each index can be configured with a separate backend; > one possible configuration is a "multi-master" in which LuceneWork

[hibernate-dev] OGM abstraction contract

2011-07-22 Thread Emmanuel Bernard
I've made some progress on the abstraction contract between OGM and the underlying store. I've introduced the notion of Tuple that can then be converted in whatever the store pleases (AtomicMap for example in Infinispan's case). Let me know if you think that's going in the right direction https:

Re: [hibernate-dev] HSEARCH-761 & JMS backends

2011-07-22 Thread Emmanuel Bernard
No opinion. On 22 juil. 2011, at 14:11, Sanne Grinovero wrote: > Hello all, > With HSEARCH-761 each index can be configured with a separate backend; > one possible configuration is a "multi-master" in which LuceneWork > operations related to different indexes are sent to different > backends, pos