The Test Analyzer is not working for ES versions after 5.x since analyzer API does not support request parameters anymore.
This PR will check the version first and then calling analyzer API to get analyzed text. In addition, alert might omit the json if it is too long so JsonPanel is used to show all json content of analyzed text.
The Test Analyzer is not working for ES versions after 5.x since analyzer API does not support request parameters anymore. This PR will check the version first and then calling analyzer API to get analyzed text. In addition,
alert
might omit the json if it is too long soJsonPanel
is used to show all json content of analyzed text.