smuching202 commented on issue #13745: URL: https://github.com/apache/lucene/issues/13745#issuecomment-3363606550
Also correct me if I'm wrong, but I believe we may be duplicating allocations in `TopFieldCollectorManager` as we allocate a queue of size `numHits` for every collector, but we may be calling a collector multiple times on the same segment right? https://github.com/apache/lucene/blob/branch_10_2/lucene/core/src/java/org/apache/lucene/search/TopFieldCollectorManager.java#L137-L173 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
