Skip to content

Commit c57a5a4

Browse files
committed
Add 'stored_fields' to Get Endpoint
1 parent dd63eaa commit c57a5a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Get.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function getParamWhitelist()
9595
'_source_include',
9696
'version',
9797
'version_type',
98+
'stored_fields'
9899
);
99100
}
100101

0 commit comments

Comments
 (0)