Re: [hibernate-dev] schedules for Hibernate Search?

2009-10-25 Thread Łukasz Moreń
Hi, > HSEARCH-392 JGroups based backend > Is Łukasz willing to write a documentation patch? Yes, I can write a documentation patch. Should it be something similar to documentation for previous - Lucene and JMS - backends? Cheers, Lukasz ___ hibe

Re: [hibernate-dev] MassIndexer and Hibernate Core dependency

2009-10-25 Thread Sanne Grinovero
Hi Emmanuel, I guess some classes would result similar in an Infinispan based mass indexer, bit this is coupled to which are the efficient strategies to get a continuous flow of Documents. It mostly depends on how you're going to store structured entities in Infinispan? The whole graph needed by a

Re: [hibernate-dev] Update on the DSL

2009-10-25 Thread Emmanuel Bernard
Thanks for the update. Most important, commit your work often. As long as it compiles and does not break tests outside your area, do commit. That's the only way to review code properly. On 25 oct. 09, at 14:32, Navin Surtani wrote: > Hello all, > > Just to let you know that I'm focusing on wr

[hibernate-dev] MassIndexer and Hibernate Core dependency

2009-10-25 Thread Emmanuel Bernard
Hey Sanne, MassIndexerImpl is 100% dependent of Hibernate Core (you pass a SessionFactory). How realistic and doable is it to abstract that a bit. For example, would an Infinispan based mass indexer make sense? If yes, what's reusable in your impl (I mean aside from the MassIndexer interface)

[hibernate-dev] Update on the DSL

2009-10-25 Thread Navin Surtani
Hello all, Just to let you know that I'm focusing on writing up the DSL asap. I realise that since I've switched over to part-time due to university term it's tough to keep in touch with everyone constantly. So I thought I'd just drop the list a quick spam email. Emmanuel, you had mentioned