You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2009/10/07 14:53:31 UTC

[jira] Created: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

InitiatedIndex: CCE on casting NumericField to Field
----------------------------------------------------

                 Key: LUCENE-1954
                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
             Project: Lucene - Java
          Issue Type: Bug
          Components: contrib/*
    Affects Versions: 2.9
            Reporter: Bernd Fondermann
            Priority: Minor
         Attachments: instantiated_writer_fieldable.patch

An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
The patch can be applied against the 2.9.0 tag.

-- 
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-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Uwe Schindler updated LUCENE-1954:
----------------------------------

    Fix Version/s:     (was: 2.9.2)
                   2.9.1

move to 2.9.1 as we create new RC

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Assignee: Uwe Schindler
>            Priority: Minor
>             Fix For: 2.9.1
>
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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] Assigned: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Uwe Schindler reassigned LUCENE-1954:
-------------------------------------

    Assignee: Uwe Schindler

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Assignee: Uwe Schindler
>            Priority: Minor
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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] Commented: (LUCENE-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Uwe Schindler commented on LUCENE-1954:
---------------------------------------

It is to late for 2.9.1, but I apply this patch to the 2.9 branch for a possible 2.9.2.

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Assignee: Uwe Schindler
>            Priority: Minor
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Bernd Fondermann updated LUCENE-1954:
-------------------------------------

    Attachment: instantiated_writer_fieldable.patch

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Priority: Minor
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Uwe Schindler resolved LUCENE-1954.
-----------------------------------

    Resolution: Fixed

Committed revision: 830775

(how can I create a fix version of 2.9.2?)

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Assignee: Uwe Schindler
>            Priority: Minor
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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-1954) InitiatedIndex: CCE on casting NumericField to Field

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

Uwe Schindler updated LUCENE-1954:
----------------------------------

    Fix Version/s: 2.9.2

> InitiatedIndex: CCE on casting NumericField to Field
> ----------------------------------------------------
>
>                 Key: LUCENE-1954
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1954
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Bernd Fondermann
>            Assignee: Uwe Schindler
>            Priority: Minor
>             Fix For: 2.9.2
>
>         Attachments: instantiated_writer_fieldable.patch
>
>
> An unchecked cast to List<Field> throws a ClassCastException when applied to, for example, a NumericField.
> Appearently, this has been fixed trunk, but for a 2.9.1 release, this could be helpful.
> The patch can be applied against the 2.9.0 tag.

-- 
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