I also have tried this method
anonymous wrote : public void testSessionWrapper() throws Exception {
| FullTextSession s =
Search.createFullTextSession((org.Hibernate.Session)getEntityManager().getDele
| gate());
| QueryParser parser = new QueryParser( "title", new
StopAnalyzer() );
|
| Query query = parser.parse( "summary:noword" );
|
| FullTextQuery hibQuery = s.createFullTextQuery( query, Location.class);
| }
and still say, no such method.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075386#4075386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075386
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user