You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2018/07/24 18:08:00 UTC

[jira] [Created] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

Varun Thacker created SOLR-12587:
------------------------------------

             Summary: Reuse Lucene's PriorityQueue for the ExportHandler
                 Key: SOLR-12587
                 URL: https://issues.apache.org/jira/browse/SOLR-12587
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Varun Thacker
            Assignee: Varun Thacker


We have a priority queue in Lucene  {{org.apache.lucene.utilPriorityQueue}} . The Export Handler also implements a PriorityQueue {{org.apache.solr.handler.export.PriorityQueue}} . Both are obviously very similar with minor API differences. 

 

The aim here is to reuse Lucene's PQ and remove the Solr implementation. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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