Skip to content

Small performance enhancement for StandardAnalyzer [LUCENE-1098] #2175

@asfimport

Description

@asfimport

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.


Migrated from LUCENE-1098 by Nathan Beyer, resolved Dec 24 2007
Attachments: StandardAnalyzer.diff

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions