search
Query Elasticsearch using DSL to retrieve, highlight, and script fields for specified indices, enabling precise data extraction and analysis.
Instructions
Perform an Elasticsearch search with the provided query DSL, highlighting, and script fields
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | Yes | Name of the Elasticsearch index to search | |
queryBody | Yes | Complete Elasticsearch query DSL object (can include query, size, from, sort, etc.) | |
scriptFields | No | Script fields to evaluate and include in the response |