Re: Token Filter question

2005-08-19 Thread Paul Elschot
On Thursday 18 August 2005 21:51, Dan Armbrust wrote: > I am implementing a filter that will remove certain characters from the > tokens - thing like '(', etc - but the chars to be removed will be > customizable. > > This is what I have come up with - but it doesn't seem very efficient. > Is t

Re: Token Filter question

2005-08-18 Thread Erik Hatcher
On Aug 18, 2005, at 3:51 PM, Dan Armbrust wrote: I am implementing a filter that will remove certain characters from the tokens - thing like '(', etc - but the chars to be removed will be customizable. This is what I have come up with - but it doesn't seem very efficient. Is there a bette

Token Filter question

2005-08-18 Thread Dan Armbrust
I am implementing a filter that will remove certain characters from the tokens - thing like '(', etc - but the chars to be removed will be customizable. This is what I have come up with - but it doesn't seem very efficient. Is there a better way? Should I be adjusting the token endOffset when