gsmiller commented on issue #12892: URL: https://github.com/apache/lucene/issues/12892#issuecomment-2343830206
Note that we added a factory method in `CollectorManager` that might make these migration tasks a little easier for cases where we don't need to leverage the concurrency offered by `IndexSearcher` (or if there are cases where we want to follow up later to add the concurrency support). See [CollectorManager#forSequentialExecution](https://github.com/apache/lucene/blob/c26c2d6e094e84335322b95d5378b76eac4f69f5/lucene/core/src/java/org/apache/lucene/search/CollectorManager.java#L69) (and thanks to @romseygeek for the idea!). -- 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]
