ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Elasticsearch の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにElasticsearch から関連するレスポンスデータを返します。
CData Cmdlets PowerShell Module for Elasticsearch ストアドプロシージャ
| Name | Description |
| CreateIndex | Submits a request to create an index with specified settings. |
| CreateSchema | Creates a schema file for the collection. |
| ModifyIndexAliases | Submits an alias request to modify index aliases. |
| UpdateIndexSettings | Procedure for updating index settings. Note that some settings may only be updated on a closed index. |