RE: help customfilter with incrementToken() and AttributeSource APIs

2009-12-24 Thread Digy
The source code for LowerCaseFilter or StopFilter can be a good starting point. DIGY -Original Message- From: maxSchlein [mailto:m_schl...@hotmail.com] Sent: Thursday, December 24, 2009 7:10 PM To: java-user@lucene.apache.org Subject: help customfilter with incrementToken() and

help customfilter with incrementToken() and AttributeSource APIs

2009-12-24 Thread maxSchlein
In the current version of lucene, 3.0 the following methods are no longer available. - TokenStream.next() - TokenStream.next(Token). - Token.setTermText() - Token.termText(). The newer versions says to use, incrementToken() and AttributeSource APIs. But I cannot find much hel