Re: Search special chars

2012-07-23 Thread Ram Marpaka
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

Re: Search special chars

2012-07-23 Thread Lance Norskog
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,