create_index
Generate a new Elasticsearch index with customizable mapping and settings configurations to enable efficient data organization and search capabilities.
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. |