Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

reindex

Rebuilds search indexes by copying documents from a source index to a destination index with optional transformation scripts and document limits.

Instructions

    重建索引
    
    参数:
        source: 源配置 {"index": "old-index", "query": {...}}
        dest: 目标配置 {"index": "new-index"}
        script: 转换脚本
        max_docs: 最大文档数
    
    示例:
        reindex(
            source={"index": "old-index"},
            dest={"index": "new-index"}
        )
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
destYes
scriptNo
max_docsNo
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudsmithy/easysearch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server