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,