Hardy Ferentschik
commented
on an issue
Re: Search with bool, must, onFields and matching returned duplicate records
Let's reject the issue, if we don't get any more feedback.
Add Comment
Hibernate Search
/
HSEARCH-1290
Search with bool, must, onFields and matching returned duplicate records
With the following search test:
{code}
QueryBuilder qb = fullTextEntityManager.getSearchFactory().buildQueryBuilder().forEntity( ProductArticle.class ).get();
System.out.println(" passing 2 ....");
org.apache.lucene.search.Query query = qb
.bool()
.must(qb.keyword().on...
This message was sent by Atlassian JIRA
(v6.1-OD-09-WN#6144-
sha1:62dfc48
)