You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2011/01/19 17:32:43 UTC

[jira] Created: (LUCENE-2875) NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail

NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail
-------------------------------------------------------------------------------------------------------

                 Key: LUCENE-2875
                 URL: https://issues.apache.org/jira/browse/LUCENE-2875
             Project: Lucene - Java
          Issue Type: Bug
          Components: Analysis
    Affects Versions: 4.0
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 4.0


During converting Solr's AnalysisRequestHandlers (LUCENE-2374) I noticed, that the current implementation of NumericTokenStream fails on cloneAttributes(), which is needed to buffer the tokens for structured display.

This issue should fix this by refactoring the inner class.

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


[jira] Updated: (LUCENE-2875) NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail

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

Uwe Schindler updated LUCENE-2875:
----------------------------------

    Attachment: LUCENE-2875.patch

Patch, will commit now.

> NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail
> -------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2875
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2875
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 4.0
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-2875.patch
>
>
> During converting Solr's AnalysisRequestHandlers (LUCENE-2374) I noticed, that the current implementation of NumericTokenStream fails on cloneAttributes(), which is needed to buffer the tokens for structured display.
> This issue should fix this by refactoring the inner class.

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


[jira] Commented: (LUCENE-2875) NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail

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

Uwe Schindler commented on LUCENE-2875:
---------------------------------------

I committed some updates to token metadata in revision: 1061060

> NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail
> -------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2875
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2875
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 4.0
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-2875.patch
>
>
> During converting Solr's AnalysisRequestHandlers (LUCENE-2374) I noticed, that the current implementation of NumericTokenStream fails on cloneAttributes(), which is needed to buffer the tokens for structured display.
> This issue should fix this by refactoring the inner class.

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


[jira] Resolved: (LUCENE-2875) NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail

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

Uwe Schindler resolved LUCENE-2875.
-----------------------------------

       Resolution: Fixed
    Lucene Fields: [New, Patch Available]  (was: [New])

Committed revision: 1060900

> NumericTokenStream.NumericTermAttribute does not support cloning -> Solr analysis request handlers fail
> -------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2875
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2875
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 4.0
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-2875.patch
>
>
> During converting Solr's AnalysisRequestHandlers (LUCENE-2374) I noticed, that the current implementation of NumericTokenStream fails on cloneAttributes(), which is needed to buffer the tokens for structured display.
> This issue should fix this by refactoring the inner class.

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