thecoop commented on PR #14817:
URL: https://github.com/apache/lucene/pull/14817#issuecomment-2988145555

   The subclasses that are remaining after this PR are:
   
   * `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


-- 
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

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

Reply via email to