es_search
Search documents in an Elasticsearch index using query DSL, with options to set result count and offset.
Instructions
Search documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Starting offset (default: 0) | |
| size | No | Number of results to return (default: 10) | |
| index | Yes | Index name or pattern | |
| query | No | Search query DSL |