// bq.add( q6, BooleanClause.Occur.SHOULD );
// }
IteratorSearchRequest req = createRequest(bq, from, count, hitLimit, uniqueRGA, filters);
req.getMatchHighlightRequests().add(new MatchHighlightRequest(MAVEN.GROUP_ID, q1, MatchHighlightMode.HTML));
req.getMatchHighlightRequests().add(new MatchHighlightRequest(MAVEN.ARTIFACT_ID, q2, MatchHighlightMode.HTML));
return searchIterator(repositoryId, req);
}