gsmiller opened a new issue, #13671: URL: https://github.com/apache/lucene/issues/13671
### Description GH#13568 introduced a new public method to `IndexSearcher` along with a new concept of a `CollectorOwner`. This was done to allow drill-sideways to use the new sandbox faceting functionality, but as @javanna (and others) have mentioned, it doesn't feel like an ideal end-state. Let's either, 1) find a way to remove this new API, or 2) find a way to converge the concepts of `CollectorManager` and `CollectorOwner`. Let's find a solution before the 10.0 release. In the worst-case, let's revert the `IndexSearcher` and drill-sideways changes when 10.0 releases then iteratively find a new path forward? The sandbox faceting work can remain, it just wouldn't (yet) be usable with drill-sideways. -- 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