search_generate_index
Generate search index configurations with field mappings, analyzers, and tokenizers. Specify index name, fields, and language to build a ready-to-use search index.
Instructions
Generate index configurations with field mappings, analyzers, and tokenizers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to index (e.g. 'title:text', 'price:number', 'tags:keyword') | |
| api_key | No | API key for authentication | |
| language | No | Primary language for text analysis | english |
| index_name | Yes | Name of the search index |