Skip to content

Commit

Permalink
Add '_source_include', '_source_exclude', 'pipeline' params to Bulk w…
Browse files Browse the repository at this point in the history
…hitelist
  • Loading branch information
polyfractal committed Sep 15, 2016
1 parent c57a5a4 commit 3ca12f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ public function getParamWhitelist()
'type',
'fields',
'pipeline',
'_source'
'_source',
'_source_include',
'_source_exclude',
'pipeline'
);
}

Expand Down

0 comments on commit 3ca12f4

Please sign in to comment.