Lucene Filter That Will Remove Some Tokens By Regex Pattern?

2013-06-06 Thread Furkan KAMACI
I want to use a core Lucene filter that will remove some tokens defined by a regex pattern. What is the appropriate class for it?

Re: Lucene Filter That Will Remove Some Tokens By Regex Pattern?

2013-06-06 Thread Walter Underwood
On Jun 6, 2013, at 7:24 AM, Furkan KAMACI wrote: I want to use a core Lucene filter that will remove some tokens defined by a regex pattern. What is the appropriate class for it? Use a pattern replace filter. That will give you zero-length tokens, which can cause odd matches. Follow it with a