You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Roger Chapman (JIRA)" <ji...@apache.org> on 2009/10/30 17:47:59 UTC

[jira] Created: (LUCENENET-200) OpenBitSetIterator has issue with storing data in signed long

OpenBitSetIterator has issue with storing data in signed long
-------------------------------------------------------------

                 Key: LUCENENET-200
                 URL: https://issues.apache.org/jira/browse/LUCENENET-200
             Project: Lucene.Net
          Issue Type: Bug
         Environment: 2.9
            Reporter: Roger Chapman


Only iterates over half of the data (if data set is greater than 64)

Issue with the use of .Net signed long

Patch attached

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


[jira] Closed: (LUCENENET-200) OpenBitSetIterator has issue with storing data in signed long

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

Digy closed LUCENENET-200.
--------------------------

    Resolution: Invalid

Hi Roger,
I think this bug should have been fixed. Feel free to reopen this issue if it does still exist.

DIGY

> OpenBitSetIterator has issue with storing data in signed long
> -------------------------------------------------------------
>
>                 Key: LUCENENET-200
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-200
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: 2.9
>            Reporter: Roger Chapman
>         Attachments: OpenBitSetIterator.patch
>
>
> Only iterates over half of the data (if data set is greater than 64)
> Issue with the use of .Net signed long
> Patch attached

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


[jira] Updated: (LUCENENET-200) OpenBitSetIterator has issue with storing data in signed long

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

Roger Chapman updated LUCENENET-200:
------------------------------------

    Attachment: OpenBitSetIterator.patch

> OpenBitSetIterator has issue with storing data in signed long
> -------------------------------------------------------------
>
>                 Key: LUCENENET-200
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-200
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: 2.9
>            Reporter: Roger Chapman
>         Attachments: OpenBitSetIterator.patch
>
>
> Only iterates over half of the data (if data set is greater than 64)
> Issue with the use of .Net signed long
> Patch attached

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


[jira] Commented: (LUCENENET-200) OpenBitSetIterator has issue with storing data in signed long

Posted by "George Aroush (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778036#action_12778036 ] 

George Aroush commented on LUCENENET-200:
-----------------------------------------

Thanks for the patch Roger.  Which test-case is it addressing?  Also, OpenBItSetIterator has gone through some changes recently.  Thus, some of the changes in your patch no longer apply.

> OpenBitSetIterator has issue with storing data in signed long
> -------------------------------------------------------------
>
>                 Key: LUCENENET-200
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-200
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: 2.9
>            Reporter: Roger Chapman
>         Attachments: OpenBitSetIterator.patch
>
>
> Only iterates over half of the data (if data set is greater than 64)
> Issue with the use of .Net signed long
> Patch attached

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