You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jeremy Volkman (JIRA)" <ji...@apache.org> on 2009/04/15 05:48:15 UTC

[jira] Created: (LUCENE-1605) Add subset method to BitVector

Add subset method to BitVector
------------------------------

                 Key: LUCENE-1605
                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
             Project: Lucene - Java
          Issue Type: New Feature
          Components: Other
    Affects Versions: 2.9
            Reporter: Jeremy Volkman
            Priority: Trivial
             Fix For: 2.9


Recently I needed the ability to efficiently compute subsets of a BitVector. Attached is a patch including the subset method as well as relevant unit tests.

-- 
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-1605) Add subset method to BitVector

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

Jeremy Volkman updated LUCENE-1605:
-----------------------------------

    Description: 
Recently I needed the ability to efficiently compute subsets of a BitVector. The method is:
  public BitVector subset(int start, int end)
where "start" is the starting index, inclusive and "end" is the ending index, exclusive.

Attached is a patch including the subset method as well as relevant unit tests.

  was:Recently I needed the ability to efficiently compute subsets of a BitVector. Attached is a patch including the subset method as well as relevant unit tests.


> Add subset method to BitVector
> ------------------------------
>
>                 Key: LUCENE-1605
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9
>            Reporter: Jeremy Volkman
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1605.txt
>
>
> Recently I needed the ability to efficiently compute subsets of a BitVector. The method is:
>   public BitVector subset(int start, int end)
> where "start" is the starting index, inclusive and "end" is the ending index, exclusive.
> Attached is a patch including the subset method as well as relevant unit tests.

-- 
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-1605) Add subset method to BitVector

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

Jeremy Volkman updated LUCENE-1605:
-----------------------------------

    Attachment: LUCENE-1605.txt

> Add subset method to BitVector
> ------------------------------
>
>                 Key: LUCENE-1605
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9
>            Reporter: Jeremy Volkman
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1605.txt
>
>
> Recently I needed the ability to efficiently compute subsets of a BitVector. Attached is a patch including the subset method as well as relevant unit tests.

-- 
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-1605) Add subset method to BitVector

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

Michael McCandless resolved LUCENE-1605.
----------------------------------------

    Resolution: Fixed

> Add subset method to BitVector
> ------------------------------
>
>                 Key: LUCENE-1605
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9
>            Reporter: Jeremy Volkman
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1605.txt
>
>
> Recently I needed the ability to efficiently compute subsets of a BitVector. The method is:
>   public BitVector subset(int start, int end)
> where "start" is the starting index, inclusive and "end" is the ending index, exclusive.
> Attached is a patch including the subset method as well as relevant unit tests.

-- 
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-1605) Add subset method to BitVector

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

Michael McCandless reassigned LUCENE-1605:
------------------------------------------

    Assignee: Michael McCandless

> Add subset method to BitVector
> ------------------------------
>
>                 Key: LUCENE-1605
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9
>            Reporter: Jeremy Volkman
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1605.txt
>
>
> Recently I needed the ability to efficiently compute subsets of a BitVector. The method is:
>   public BitVector subset(int start, int end)
> where "start" is the starting index, inclusive and "end" is the ending index, exclusive.
> Attached is a patch including the subset method as well as relevant unit tests.

-- 
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-1605) Add subset method to BitVector

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699718#action_12699718 ] 

Michael McCandless commented on LUCENE-1605:
--------------------------------------------

Patch looks good; I'll commit shortly.  Thanks Jeremy!

> Add subset method to BitVector
> ------------------------------
>
>                 Key: LUCENE-1605
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1605
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9
>            Reporter: Jeremy Volkman
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1605.txt
>
>
> Recently I needed the ability to efficiently compute subsets of a BitVector. The method is:
>   public BitVector subset(int start, int end)
> where "start" is the starting index, inclusive and "end" is the ending index, exclusive.
> Attached is a patch including the subset method as well as relevant unit tests.

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