Skip to content

Commit 691ce24

Browse files
committed
Add 'batched_reduce_size' / 'typed_keys' params to Search endpoint
1 parent 59b3c08 commit 691ce24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Elasticsearch/Endpoints/Search.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ public function getParamWhitelist()
9595
'docvalue_fields',
9696
'filter_path',
9797
'terminate_after',
98-
'stored_fields'
98+
'stored_fields',
99+
'batched_reduce_size',
100+
'typed_keys'
99101
);
100102
}
101103

0 commit comments

Comments
 (0)