Hey guys, I need a TokenFilter that filters some tokens like the FilteringTokenFilter. The problem is, in order to do the filtering I need to know all tokens in advance.
I thought I'll adapt the CachingTokenFilter in order to collect all tokens in the first pass. In the second pass it can use this information to filter the tokens. Or is there a better solution to do this? Thanks, Christian