Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.