You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chris Male (JIRA)" <ji...@apache.org> on 2011/08/16 06:26:28 UTC

[jira] [Updated] (LUCENE-3376) Move ReusableAnalyzerBase into core

     [ https://issues.apache.org/jira/browse/LUCENE-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Male updated LUCENE-3376:
-------------------------------

    Attachment: LUCENE-3376.patch

Patch which moves ReusableAnalyzerBase into core and updates all references.  

Command:

{code}
svn move modules/analysis/common/src/java/org/apache/lucene/analysis/util/ReusableAnalyzerBase.java lucene/src/java/org/apache/lucene/analysis/ReusableAnalyzerBase.java
{code}

> Move ReusableAnalyzerBase into core
> -----------------------------------
>
>                 Key: LUCENE-3376
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3376
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/analysis
>            Reporter: Chris Male
>         Attachments: LUCENE-3376.patch
>
>
> In LUCENE-2309 it was suggested that we should make Analyzer reusability compulsory.  ReusableAnalyzerBase is a fantastic way to drive reusability so lets move it into core (so that we can then change all impls over to using it).

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

        

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