Make contrib analyzers final ---------------------------- Key: LUCENE-2100 URL: https://issues.apache.org/jira/browse/LUCENE-2100 Project: Lucene - Java Issue Type: Improvement Components: contrib/analyzers Affects Versions: 3.0, 2.9.1, 2.9, 2.4.1, 2.4, 2.3.2, 2.3.1, 2.3, 2.2, 2.1, 2.0.0, 1.9 Reporter: Simon Willnauer Fix For: 3.1
The analyzers in contrib/analyzers should all be marked final. None of the Analyzers should ever be subclassed - users should build their own analyzers if a different combination of filters and Tokenizers is desired. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org