-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
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.