Re: [hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-10 Thread Emmanuel Bernard
Hi Seiya, Excellent news! Things are moving as well for other datastores so that's a nice complement. The GitHub repo is a bit hard to read esp when we try and see what you have changed on existing classes compared to the raw Hibernate OGM code. Do you think you can try and do the following:

[hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-10 Thread skawashima
I apologize that I've just sent an empty email by accident. I've been experimenting hibernate-ogm for several weeks using three NoSQL key-value databases such as Riak,Redis and Voldemort and got something that might be helpful to start extending hibernate-ogm. The implementation is at https://g

[hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-10 Thread skawashima
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] [HSEARCH] HSEARCH-923 Use of Coordinates interface for lat ad long

2012-02-10 Thread Emmanuel Bernard
Nicolas, I'm geting a bit cold feet on our initial implementation. We have decided to use Coordinates as the placeholder of lat and long. Coordinates is an Hibernate Search interface. Reading the draft of your doc and as an app developer, I don't find it too attractive to have to use this inter

Re: [hibernate-dev] [HSearch] Beta2 for Monday

2012-02-10 Thread Sanne Grinovero
I'm adding https://hibernate.onjira.com/browse/HSEARCH-972 to the release as I need it to to be able to test HSEARCH-1028, which in turn is needed to fix a race condition in the MassIndexer .. On 10 February 2012 15:07, Emmanuel Bernard wrote: > > On 10 févr. 2012, at 14:43, Sanne Grinovero wrot

Re: [hibernate-dev] [HSearch] Beta2 for Monday

2012-02-10 Thread Emmanuel Bernard
On 10 févr. 2012, at 14:43, Sanne Grinovero wrote: > I'm working on the MassIndexer issues and other coolness; I'll send > more pull requests later, but some are quite complex and will likely > happen during the weekend. > > Some help on other issues which you don't see on the Beta2 schedule > y

Re: [hibernate-dev] [HSearch] Beta2 for Monday

2012-02-10 Thread Sanne Grinovero
I'm working on the MassIndexer issues and other coolness; I'll send more pull requests later, but some are quite complex and will likely happen during the weekend. Some help on other issues which you don't see on the Beta2 schedule yet would be welcome, remember you nuked the schedule to better pr

Re: [hibernate-dev] [Search] ParameterizedBridge API

2012-02-10 Thread Sanne Grinovero
On 10 February 2012 13:06, Emmanuel Bernard wrote: > I would not want Properties but Map might be ok. > > Make sure that built-in types do not pass actual objects from the bridge > factory though. That's what we thought as well : https://hibernate.onjira.com/browse/HSEARCH-1042 https://github.c

Re: [hibernate-dev] [Search] ParameterizedBridge API

2012-02-10 Thread Emmanuel Bernard
I would not want Properties but Map might be ok. Make sure that built-in types do not pass actual objects from the bridge factory though. On 8 févr. 2012, at 12:05, Sanne Grinovero wrote: > The current API reads: > > public interface ParameterizedBridge { > //TODO inject Properties? sinc

[hibernate-dev] [HSearch] Beta2 for Monday

2012-02-10 Thread Emmanuel Bernard
It seems most if not all opened issues for Beta2 are MassIndexing related. Sanne, will you have time to address them? Do you need specific help besides swift pull request reviews? Emmanuel ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org ht