The first milestone to support Apache Lucene 4 is now available:
http://in.relation.to/Bloggers/HibernateSearchMigratingToApacheLucene46
Even though this is an Alpha release I encourage all users to start a
branch to try this out
and have an own milestone, as we managed so far to avoid breaking mo
Hi,
in OGM I'm reusing some of the methods in AbstractEntityMangerImpl, the
problem is that their scope is protected and I had to move OgmEntityManager
from the original package to *org.hibernate.jpa.spi*
Is it possible to expose these methods in some way, so that I can move
OgmEntityManager to th