Re: Converting from TermAttribute to CharTermAttribute

2011-09-15 Thread Paul Taylor
On 15/09/2011 11:12, Uwe Schindler wrote: Hi, In your incrementToken method, you differs in both implementations: The original one uses setTermBuffer(), but the new one only resizes the buffer, but never changes it. Thankyou, now working, changed to @Override public boolean incrementToken

RE: Converting from TermAttribute to CharTermAttribute

2011-09-15 Thread Uwe Schindler
Hi, In your incrementToken method, you differs in both implementations: The original one uses setTermBuffer(), but the new one only resizes the buffer, but never changes it. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Origin