I think this would be good for Lucene 5! I would make it abstract in TokenStream and only implement it in TokenFilter (by delegating).
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Benson Margulies [mailto:[email protected]] > Sent: Monday, January 06, 2014 7:54 PM > To: [email protected] > Subject: Tokenizer.end() > > To pass any of the nice tests, a Tokenizer has, as far as I can tell, to > implement end(). Any enthusiasm for a patch to make this an abstract > method somehow so that implementors are forced to do so? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
