Re: How to use the StandardTokenizer with currency

2016-12-06 Thread Steve Rowe
Cool, thanks for letting us know (and sorry about the typo!) -- Steve www.lucidworks.com > On Dec 6, 2016, at 4:15 PM, Vinay B, wrote: > > Yes, that works (apart from the typo in PatternReplaceCharFilterFactory) > > Here is my config > > > positionIncrementGap="100" autoGeneratePhraseQuerie

Re: How to use the StandardTokenizer with currency

2016-12-06 Thread Vinay B,
Yes, that works (apart from the typo in PatternReplaceCharFilterFactory) Here is my config On Wed, Nov 30, 2016 at 2:08 PM, Steve Rowe wrote: > Hi Vinay, > > You should be able to use a char filter to conv

Re: How to use the StandardTokenizer with currency

2016-11-30 Thread Steve Rowe
Hi Vinay, You should be able to use a char filter to convert “$” characters into something that will survive tokenization, and then a token filter to convert it back. Something like this (untested): http://stackoverflow.com/questions/40877567/using-standardtokenizerfactory-wit

How to use the StandardTokenizer with currency

2016-11-30 Thread Vinay B,
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 dis