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/12/17 21:10:18 UTC

[jira] Created: (SOLR-1667) PatternTokenizer does not clearAttributes()

PatternTokenizer does not clearAttributes()
-------------------------------------------

                 Key: SOLR-1667
                 URL: https://issues.apache.org/jira/browse/SOLR-1667
             Project: Solr
          Issue Type: Bug
          Components: Schema and Analysis
    Affects Versions: 1.4
            Reporter: Robert Muir
         Attachments: SOLR-1667.patch

PatternTokenizer creates tokens, but never calls clearAttributes()

because of this things like positionIncrementGap are never reset to their default value.
trivial patch

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


[jira] Updated: (SOLR-1667) PatternTokenizer does not clearAttributes()

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

Robert Muir updated SOLR-1667:
------------------------------

    Attachment: SOLR-1667.patch

> PatternTokenizer does not clearAttributes()
> -------------------------------------------
>
>                 Key: SOLR-1667
>                 URL: https://issues.apache.org/jira/browse/SOLR-1667
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 1.4
>            Reporter: Robert Muir
>         Attachments: SOLR-1667.patch
>
>
> PatternTokenizer creates tokens, but never calls clearAttributes()
> because of this things like positionIncrementGap are never reset to their default value.
> trivial patch

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


[jira] Commented: (SOLR-1667) PatternTokenizer does not clearAttributes()

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792378#action_12792378 ] 

Uwe Schindler commented on SOLR-1667:
-------------------------------------

Too bad, this tokenizer was rewritten by me. How could i forget that? puuuuuh :(

> PatternTokenizer does not clearAttributes()
> -------------------------------------------
>
>                 Key: SOLR-1667
>                 URL: https://issues.apache.org/jira/browse/SOLR-1667
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 1.4
>            Reporter: Robert Muir
>         Attachments: SOLR-1667.patch
>
>
> PatternTokenizer creates tokens, but never calls clearAttributes()
> because of this things like positionIncrementGap are never reset to their default value.
> trivial patch

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


[jira] Resolved: (SOLR-1667) PatternTokenizer does not clearAttributes()

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

Shalin Shekhar Mangar resolved SOLR-1667.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5
         Assignee: Shalin Shekhar Mangar

Committed revision 892217.

Thanks Robert!

> PatternTokenizer does not clearAttributes()
> -------------------------------------------
>
>                 Key: SOLR-1667
>                 URL: https://issues.apache.org/jira/browse/SOLR-1667
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 1.4
>            Reporter: Robert Muir
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.5
>
>         Attachments: SOLR-1667.patch
>
>
> PatternTokenizer creates tokens, but never calls clearAttributes()
> because of this things like positionIncrementGap are never reset to their default value.
> trivial patch

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