Skip to content

Commit

Permalink
Add 'max_concurrent_shard_requests' param to MSearch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent 75b32b2 commit 00800c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Msearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public function getParamWhitelist()
return array(
'search_type',
'typed_keys',
'max_concurrent_shard_requests'
);
}

Expand Down

0 comments on commit 00800c1

Please sign in to comment.