Re: [hibernate-dev] Hibernate Search Question

2012-05-30 Thread Emmanuel Bernard
Hello Christian, As Sanne said, we won't do it ourselves but if someone is interested, we will be more than happy to help and integrate the work. With the work done in recent versions, most specific code is now isolated and it is "just" a matter of creating a new module hibernate-orm-jpa under t

Re: [hibernate-dev] Hibernate Search Question

2012-05-29 Thread Sanne Grinovero
Hi Christian, I think the main reason has been the lack of interest, and the additional difficulties such an integration would bring in terms of proper testing and maintenance. There are some performance and efficiency tricks we can take advantage of, but I don't remember of many on the top of my

[hibernate-dev] Hibernate Search Question

2012-05-29 Thread Christian Beikov
Hello! I just looked into the Hibernate Search source code and was wondering why you are using hibernates criteria API instead of JPA Criteria API? I haven't looked deeper but actually this is the reason why it can't be used with other JPA implementations, or are there any other dependencies t