analyze_text
Diagnose empty match queries by running text through an analyzer to compare how indexed text and search terms tokenize.
Instructions
Run text through an analyzer and see the resulting tokens. Use it when a match query returns nothing: it shows exactly how the field's analyzer tokenizes the indexed text vs your search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| field | No | ||
| index | No | ||
| analyzer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |