indexName - Index name that contains the field you want to analyze.
analyzerNames - A list of analyze names. It can be specified 1 or more analyzers. e.g. ["kuromoji", "standard"]
text - Target text of analyze API.
Click gray text Analyze text with analyzers in editor. So the plugin calls Analyze API with your parameters, then open the response of Analyze API in another column.
Known Issues
Only support basic authentication
Only support analyzer and text params in Analyze API. No support filter, normalizer, tokenizer, field, explain, char_filter, attributes