Skip to content

Commit f2a0828

Browse files
committed
Updated Indices and Ml namespaces with 7.8-SNAPSHOT
1 parent aa70739 commit f2a0828

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Elasticsearch/Namespaces/IndicesNamespace.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,9 @@ public function shrink(array $params = [])
10121012
* @param array $params Associative array of parameters
10131013
* @return array
10141014
* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html
1015+
*
1016+
* @note This API is EXPERIMENTAL and may be changed or removed completely in a future release
1017+
*
10151018
*/
10161019
public function simulateIndexTemplate(array $params = [])
10171020
{

src/Elasticsearch/Namespaces/MlNamespace.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ public function deleteCalendarJob(array $params = [])
103103
return $this->performRequest($endpoint);
104104
}
105105
/**
106-
* $params['id'] = (string) The ID of the data frame analytics to delete
107-
* $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
106+
* $params['id'] = (string) The ID of the data frame analytics to delete
107+
* $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
108+
* $params['timeout'] = (time) Controls the time to wait until a job is deleted. Defaults to 1 minute
108109
*
109110
* @param array $params Associative array of parameters
110111
* @return array

0 commit comments

Comments
 (0)