thecoop opened a new issue, #14872: URL: https://github.com/apache/lucene/issues/14872
### Description After the various PRs changing `PriorityQueue` to use `Comparator` or `LessThan` functional interfaces, there are only a few subclasses remaining before we can make `PriorityQueue` final: * `TermsMergeQueue`. This has some additional state in the stack variable * `FieldValueHitQueue`. This is further subclassed, and is public (although experimental) * `HitQueue`. Public class (although internal). Used in several difference places, so this class represents some common functionality. * `TopDocs.ScoreMergeSortQueue`, `TopDocs.MergeSortQueue`. Has some significant state fields in them * `TopOrdAndNumberQueue` and subclasses. Part of the public API, and has some abstract behavious set by subclasses * `SuggestWordQueue`. Public API How should we handle these? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org