create_index
Create a new Elasticsearch index with custom mapping and settings to organize and structure your knowledge documents for efficient search.
Instructions
Create a new Elasticsearch index with optional mapping and settings configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Name of the new Elasticsearch index to create | |
| mapping | Yes | Index mapping configuration defining field types and properties | |
| settings | No | Optional index settings for shards, replicas, analysis, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |