LUCENE-2372, LUCENE-2389 made it impossible to subclass core analyzers
----------------------------------------------------------------------

                 Key: LUCENE-3055
                 URL: https://issues.apache.org/jira/browse/LUCENE-3055
             Project: Lucene - Java
          Issue Type: Bug
          Components: Analysis
    Affects Versions: 3.1
            Reporter: Ian Soboroff


LUCENE-2372 and LUCENE-2389 marked all analyzers as final.  This makes 
ReusableAnalyzerBase useless, and makes it impossible to subclass e.g. 
StandardAnalyzer to make a small modification e.g. to tokenStream().  These 
issues don't indicate a new method of doing this.  The issues don't give a 
reason except for design considerations, which seems a poor reason to make a 
backward-incompatible change

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to