You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2009/09/18 21:11:16 UTC

[jira] Created: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

BufferedTokenStream keeps state, but does not implement reset
-------------------------------------------------------------

                 Key: SOLR-1446
                 URL: https://issues.apache.org/jira/browse/SOLR-1446
             Project: Solr
          Issue Type: Bug
          Components: Analysis
            Reporter: Robert Muir
            Priority: Minor
         Attachments: SOLR-1446.patch

BufferedTokenStream needs a reset() impl that clears its internal lists.
otherwise, there could be problems when using reusable tokenstreams.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

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

Robert Muir updated SOLR-1446:
------------------------------

    Attachment: SOLR-1446.patch

> BufferedTokenStream keeps state, but does not implement reset
> -------------------------------------------------------------
>
>                 Key: SOLR-1446
>                 URL: https://issues.apache.org/jira/browse/SOLR-1446
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>         Attachments: SOLR-1446.patch
>
>
> BufferedTokenStream needs a reset() impl that clears its internal lists.
> otherwise, there could be problems when using reusable tokenstreams.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1446) BufferedTokenStream keeps state, but does not implement reset

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

Yonik Seeley resolved SOLR-1446.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

I had missed that one... Thanks!

> BufferedTokenStream keeps state, but does not implement reset
> -------------------------------------------------------------
>
>                 Key: SOLR-1446
>                 URL: https://issues.apache.org/jira/browse/SOLR-1446
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>            Reporter: Robert Muir
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1446.patch
>
>
> BufferedTokenStream needs a reset() impl that clears its internal lists.
> otherwise, there could be problems when using reusable tokenstreams.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.