create_index
Create a new Elasticsearch index with customizable settings and mappings to define structure and performance parameters for efficient data storage and retrieval.
Instructions
Create a new Elasticsearch index with optional settings and mappings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | Yes | Name of the new Elasticsearch index to create | |
mappings | No | Optional index mappings defining field types and properties | |
settings | No | Optional index settings like number of shards, replicas, etc. |