Hi guys,
I was reading
http://in.relation.to/Bloggers/TheTimelineForSeam3
http://www.seamframework.org/Seam3/PersistenceModule
and chatting with Pete.
Hibernate Search is just another way of searching in Hibernate (HQL, Criteria, SQL and
full-text). In that regard, Hibernate Search should be included in the persistence
module.
It's rather minor. In Seam 2, we allowed injection of
FullTextSession/FullTextEntityManager.
Emmanuel