TokenFilter should implement reset() ------------------------------------ Key: LUCENE-1324 URL: https://issues.apache.org/jira/browse/LUCENE-1324 Project: Lucene - Java Issue Type: Bug Components: Analysis Reporter: Shai Erera
TokenFilter maintains a private member of TokenStream. It should implement reset() and call its member TokenStream's reset() method. Otherwise, that TokenStream never gets reset. Patch applied. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]