1
2
3[[Elasticsearch_Namespaces_DanglingIndicesNamespace]]
4=== Elasticsearch\Namespaces\DanglingIndicesNamespace
5
6
7
8Class DanglingIndicesNamespace
9
10*Description*
11
12
13NOTE: this file is autogenerated using util/GenerateEndpoints.php
14and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
15
16
17*Methods*
18
19The class defines the following methods:
20
21* <<Elasticsearch_Namespaces_DanglingIndicesNamespacedeleteDanglingIndex_deleteDanglingIndex,`deleteDanglingIndex()`>>
22* <<Elasticsearch_Namespaces_DanglingIndicesNamespaceimportDanglingIndex_importDanglingIndex,`importDanglingIndex()`>>
23* <<Elasticsearch_Namespaces_DanglingIndicesNamespacelistDanglingIndices_listDanglingIndices,`listDanglingIndices()`>>
24
25
26
27[[Elasticsearch_Namespaces_DanglingIndicesNamespacedeleteDanglingIndex_deleteDanglingIndex]]
28.`deleteDanglingIndex(array $params = [])`
29****
30[source,php]
31----
32/*
33$params['index_uuid']       = (string) The UUID of the dangling index
34$params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
35$params['timeout']          = (time) Explicit operation timeout
36$params['master_timeout']   = (time) Specify timeout for connection to master
37*/
38----
39****
40
41
42
43[[Elasticsearch_Namespaces_DanglingIndicesNamespaceimportDanglingIndex_importDanglingIndex]]
44.`importDanglingIndex(array $params = [])`
45****
46[source,php]
47----
48/*
49$params['index_uuid']       = (string) The UUID of the dangling index
50$params['accept_data_loss'] = (boolean) Must be set to true in order to import the dangling index
51$params['timeout']          = (time) Explicit operation timeout
52$params['master_timeout']   = (time) Specify timeout for connection to master
53*/
54----
55****
56
57
58
59[[Elasticsearch_Namespaces_DanglingIndicesNamespacelistDanglingIndices_listDanglingIndices]]
60.`listDanglingIndices(array $params = [])`
61****
62[source,php]
63----
64/*
65*/
66----
67****
68
69
70