Prior discussion at http://stackoverflow.com/questions/40877567/using-standardtokenizerfactory-with-currency
I'd like to maintain other aspects of the StandardTokenizer functionality but I'm wondering if to do what I want, the task boils down to be able to instruct the StandardTokenizer not to discard the $ symbol ? Or is there another way? I'm hoping that this is possible with configuration, rather than code changes. Thanks