Small performance enhancement for StandardAnalyzer
--------------------------------------------------

                 Key: LUCENE-1098
                 URL: https://issues.apache.org/jira/browse/LUCENE-1098
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Analysis
    Affects Versions: 2.3
            Reporter: Nathan Beyer
            Priority: Minor
             Fix For: 2.3
         Attachments: StandardAnalyzer.diff

The class StandardAnalyzer has an inner class, SavedStreams, which is used 
internally for maintaining some state. This class doesn't use the implicit 
reference to the enclosing class, so it can be made static and reduce some 
memory requirements. A patch will be attached shortly.

-- 
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]

Reply via email to