I'm trying to write a custom analyzer with its own filter and char_filter. It would help me if I could figure out how to see the tokens emitted by the analyzer/filter/char_filter combo.
Is there an API query I can use to inspect the tokens emitted from a given string with a custom analyzer, filter, and char_filter?