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
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
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
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