23 July 2012 7:14 PM
Subject: Re: Search special chars
The "Whitespace Tokenizer" does this. It breaks everything
apart only
by space, tabs and newlines. You can use this whitespace tokenizer in
the query stack of your field type.
Another option is to create a regular expression CharFilt
The "Whitespace Tokenizer" does this. It breaks everything apart only
by space, tabs and newlines. You can use this whitespace tokenizer in
the query stack of your field type.
Another option is to create a regular expression CharFilter that turns
non-* into non*.
On Mon, Jul 23, 2012 at 7:10 PM,
Hi All,
I want to search some keywords like "Non-taxable", which has a "-" in the word.
Can I make it working in Solr by some configuration? Or any other ways?
Thanks & Regards,
Ivan
This email message and any attachments are for the sole use of the intended
recipients and may contain propriet