Path parameters

  • index string Required

    Index used to derive the analyzer. If specified, the analyzer or field parameter overrides this value. If no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.

application/json

Body

Responses

GET /{index}/_analyze
curl \
 -X GET http://api.example.com/{index}/_analyze \
 -H "Content-Type: application/json" \
 -d '{"analyzer":"string","attributes":["string"],"char_filter":["string"],"explain":true,"field":"string","filter":["string"],"normalizer":"string","":"string"}'