I just tried upgrading everything to the latest version and I ran into this blocker {code} FullTextSession fts = Search.getFullTextSession(getSessionFactory().getCurrentSession()); QueryBuilder qb = fts.getSearchFactory().buildQueryBuilder().forEntity(Usor.class).get(); return (Long) fts.createFullTextQuery(qb.bool() .must( q...
|