Skip to content

Commit

Permalink
HSEARCH-3797 Fix a bug in LuceneDistanceToFieldProjection that caused…
Browse files Browse the repository at this point in the history
… stored documents to be extracted unnecessarily
  • Loading branch information
yrodiere committed Jan 6, 2020
1 parent 0d3e283 commit 8a7b016
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -61,7 +61,6 @@ public int hashCode() {
@Override
public void request(SearchProjectionRequestContext context) {
context.requireCollector( this );
context.requireStoredField( absoluteFieldPath );
context.requireNestedDocumentExtraction( nestedDocumentPath );
}

Expand Down

0 comments on commit 8a7b016

Please sign in to comment.