You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2008/07/01 14:58:45 UTC

[jira] Created: (LUCENE-1324) TokenFilter should implement reset()

TokenFilter should implement reset()
------------------------------------

                 Key: LUCENE-1324
                 URL: https://issues.apache.org/jira/browse/LUCENE-1324
             Project: Lucene - Java
          Issue Type: Bug
          Components: Analysis
            Reporter: Shai Erera


TokenFilter maintains a private member of TokenStream.
It should implement reset() and call its member TokenStream's reset() method. Otherwise, that TokenStream never gets reset.
Patch applied.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1324) TokenFilter should implement reset()

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera updated LUCENE-1324:
-------------------------------

    Attachment: Lucene-1324.patch

Patch which implements reset() in TokenFilter

> TokenFilter should implement reset()
> ------------------------------------
>
>                 Key: LUCENE-1324
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1324
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Shai Erera
>         Attachments: Lucene-1324.patch
>
>
> TokenFilter maintains a private member of TokenStream.
> It should implement reset() and call its member TokenStream's reset() method. Otherwise, that TokenStream never gets reset.
> Patch applied.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1324) TokenFilter should implement reset()

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1324.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

I just committed this.  Thanks Shai!

> TokenFilter should implement reset()
> ------------------------------------
>
>                 Key: LUCENE-1324
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1324
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Shai Erera
>             Fix For: 2.4
>
>         Attachments: Lucene-1324.patch
>
>
> TokenFilter maintains a private member of TokenStream.
> It should implement reset() and call its member TokenStream's reset() method. Otherwise, that TokenStream never gets reset.
> Patch applied.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org