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

Uwe Schindler resolved LUCENE-1940.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.6.2
                   5.0
                   4.0

We nuked that one in 3.6.2/4.0/5.0 when we refactored 
Disjunction(Sum|Max)Scorers
                
> Refactor ScorerDocQueue that it subclasses PriorityQueue<HeapedScorerDoc>
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-1940
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1940
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/search
>    Affects Versions: 3.0
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Minor
>             Fix For: 4.0, 5.0, 3.6.2
>
>
> This is a followup of LUCENE-1935: ScorerDocQueue currently duplicates lots 
> of code from PQ. Using the new generics in PQ since 1935, it is possible to 
> subclass it from generic typed PriorityQueue<HeapedScorerDoc>. This class 
> only needs to add some of the special methods, and should have the same API 
> as before, as it is public.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to