Recaftor ScorerDocQueue that it subclasses PriorityQueue<HeapedScorerDoc> -------------------------------------------------------------------------
Key: LUCENE-1940 URL: https://issues.apache.org/jira/browse/LUCENE-1940 Project: Lucene - Java Issue Type: Task Components: Other Affects Versions: 3.0 Reporter: Uwe Schindler Assignee: Uwe Schindler Priority: Minor 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. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org