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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2008/12/18 14:41:44 UTC

[jira] Resolved: (SOLR-858) BitDocSet.andNot calls instanceof on the wrong type

     [ https://issues.apache.org/jira/browse/SOLR-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-858.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.1)
                   1.4
         Assignee: Shalin Shekhar Mangar

Committed revision 727724.

Thanks Mark!

> BitDocSet.andNot calls instanceof on the wrong type
> ---------------------------------------------------
>
>                 Key: SOLR-858
>                 URL: https://issues.apache.org/jira/browse/SOLR-858
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Mark Miller
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 1.4
>
>
> method andNot(DocSet other) checks for instance of OpenBitSet - should be BitDocSet. Looks like you lose an optimization.

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