Skip to content

Commit

Permalink
Merge pull request #30233 from vespa-engine/balder/only-mark-what-is-…
Browse files Browse the repository at this point in the history
…filled

Only mark the summaryclass that you actually decode as filled.
  • Loading branch information
baldersheim authored Feb 11, 2024
2 parents fa1d653 + b5d8c49 commit cf51f5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ private Hit convertVdsHit(String summaryClass, VdsHit grpHit) {
defs.lazyDecode(summaryClass, grpHit.getSummary().getData(), hit);
hit.setField(Hit.SDDOCNAME_FIELD, hitContext.getSchema().name());
hit.setFilled(summaryClass);
hit.setFilled(hitContext.getQuery().getPresentation().getSummary());
hit.setQuery(hitContext.getQuery());
}
return hit;
Expand Down

0 comments on commit cf51f5a

Please sign in to comment.