Re: Using an AnalyzerWrapper with ASCIIFoldingFilter

2013-03-15 Thread Steven Schlansker
On Mar 15, 2013, at 11:25 AM, "Uwe Schindler" wrote: > Hi, > > The API did not really change. The API definitely did change, as before you would override the now-final tokenStream method. But you are correct that this was not the root of the problem. > The bug is in your test: > If you wou

RE: Using an AnalyzerWrapper with ASCIIFoldingFilter

2013-03-15 Thread Uwe Schindler
3, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Steven Schlansker [mailto:ste...@likeness.com] > Sent: Friday, March 15, 2013 7:18 PM > To: java-user@lucene.apache.org > Subject: Using an AnalyzerWrapper with ASCIIFoldingFilter

Using an AnalyzerWrapper with ASCIIFoldingFilter

2013-03-15 Thread Steven Schlansker
Hi everyone, I am trying to port forward to 4.2 some Lucene 3.2-era code that uses the ASCIIFoldingFilter. The token stream handling has changed significantly since them, and I cannot figure out what I am doing wrong. It seems that I should extend AnalyzerWrapper so that I can intercept the To