Without using the Search.createFullTextSession is the right way to do it, regardless of your problem.
What is strange is that it seems FullTextSession.createFullTextQuery() expect to return o.h.Query where it should really return org.hibernate.search.FullTextQuery. Which version of Seam are you using? The latest 2.0 release? Can you give a try with the Hibernate Search version that is bundled with the Seam distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076068#4076068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076068 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
