SearchableSnapshotsNamespace.asciidoc 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [[Elasticsearch_Namespaces_SearchableSnapshotsNamespace]]
  2. === Elasticsearch\Namespaces\SearchableSnapshotsNamespace
  3. Class SearchableSnapshotsNamespace
  4. *Description*
  5. NOTE: this file is autogenerated using util/GenerateEndpoints.php
  6. and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
  7. *Methods*
  8. The class defines the following methods:
  9. * <<Elasticsearch_Namespaces_SearchableSnapshotsNamespaceclearCache_clearCache,`clearCache()`>>
  10. * <<Elasticsearch_Namespaces_SearchableSnapshotsNamespacemount_mount,`mount()`>>
  11. * <<Elasticsearch_Namespaces_SearchableSnapshotsNamespacerepositoryStats_repositoryStats,`repositoryStats()`>>
  12. * <<Elasticsearch_Namespaces_SearchableSnapshotsNamespacestats_stats,`stats()`>>
  13. [[Elasticsearch_Namespaces_SearchableSnapshotsNamespaceclearCache_clearCache]]
  14. .`clearCache(array $params = [])`
  15. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  16. ****
  17. [source,php]
  18. ----
  19. /*
  20. $params['index'] = (list) A comma-separated list of index names
  21. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  22. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  23. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
  24. */
  25. ----
  26. ****
  27. [[Elasticsearch_Namespaces_SearchableSnapshotsNamespacemount_mount]]
  28. .`mount(array $params = [])`
  29. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  30. ****
  31. [source,php]
  32. ----
  33. /*
  34. $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
  35. $params['snapshot'] = (string) The name of the snapshot of the index to mount
  36. $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
  37. $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
  38. $params['storage'] = (string) Selects the kind of local storage used to accelerate searches. Experimental, and defaults to `full_copy` (Default = )
  39. $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
  40. */
  41. ----
  42. ****
  43. [[Elasticsearch_Namespaces_SearchableSnapshotsNamespacerepositoryStats_repositoryStats]]
  44. .`repositoryStats(array $params = [])`
  45. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  46. ****
  47. [source,php]
  48. ----
  49. /*
  50. $params['repository'] = (string) The repository for which to get the stats for
  51. */
  52. ----
  53. ****
  54. [[Elasticsearch_Namespaces_SearchableSnapshotsNamespacestats_stats]]
  55. .`stats(array $params = [])`
  56. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  57. ****
  58. [source,php]
  59. ----
  60. /*
  61. $params['index'] = (list) A comma-separated list of index names
  62. $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
  63. */
  64. ----
  65. ****