Skip to content

Commit

Permalink
HSEARCH-3797 Fix a bug in LuceneExplanationProjection that caused sto…
Browse files Browse the repository at this point in the history
…red documents to be extracted unnecessarily
  • Loading branch information
yrodiere committed Jan 6, 2020
1 parent 7f27244 commit 7449044
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public LuceneExplanationProjection(Set<String> indexNames) {
@Override
public void request(SearchProjectionRequestContext context) {
context.requireTopDocsCollector();
context.requireAllStoredFields();
}

@Override
Expand Down

0 comments on commit 7449044

Please sign in to comment.