javanna commented on PR #13542: URL: https://github.com/apache/lucene/pull/13542#issuecomment-2329387884
Perhaps one thing to add is that the main focus/direction of this change is to set the foundations to be able to finally decouple the index geometry from how the search is run and can be parallelized. We have support for intra-query concurrency, but it can only be leveraged if you have multiple segments. We want to be able to search independently from the number of segments, and apply the already existing concurrency support to big/force-merged segments that can only be searched sequentially otherwise. -- 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