Hardy Ferentschik
edited a comment
on an issue
Re: IndexedEmbedded field not found
>
{quote}
@Hardy I'll have a look but given the now it works, now it doesn't, I'm sure ordering plays a role, making the testcase harder.
{quote}
Sure. If you could report your OS and JDK version it would help.
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()
.must(
q...
This message was sent by Atlassian JIRA
(v6.1-OD-09-WN#6144-
sha1:62dfc48
)