Hi all, I'm trying to figure out how to wrap an Analyzer instance and inject a TokenFilter at the end of its filtering chain. I couldn't find a working combination, including by using AnalyzerWrapper. The only way that worked is copying the original analyzer code and modifying it. However, in my case the Analyzer is user-supplied and I don't have control over it.
Could you hint me on a way how to do this? Thanks, Viliam