Skip to content

Commit

Permalink
Merge branch 'nd-dedup-fields' of github.com:datahub-project/datahub …
Browse files Browse the repository at this point in the history
…into nd-dedup-fields
  • Loading branch information
david-leifker committed Sep 7, 2023
2 parents a1d1e78 + 9ee1cba commit c94a776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private QueryBuilder buildInternalQuery(@Nullable QueryConfiguration customQuery

QueryStringQueryBuilder queryBuilder = QueryBuilders.queryStringQuery(withoutQueryPrefix);
queryBuilder.defaultOperator(Operator.AND);
getStandardFields(entitySpecs).forEach( entitySpec ->
getStandardFields(entitySpecs).forEach(entitySpec ->
queryBuilder.field(entitySpec.fieldName(), entitySpec.boost()));
finalQuery.should(queryBuilder);
if (exactMatchConfiguration.isEnableStructured()) {
Expand Down

0 comments on commit c94a776

Please sign in to comment.