Marc Schipperheyn
commented
on an issue
Re: IndexedEmbedded field not found
Problem doesn't occur on ORM 4.2.7.Fina with HSearch 4.3.0.Final
Add Comment
Hibernate Search
/
HSEARCH-1442
IndexedEmbedded field not found
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().mu...
This message was sent by Atlassian JIRA
(v6.1-OD-09-WN#6144-
sha1:62dfc48
)