zhaih commented on issue #11885: URL: https://github.com/apache/lucene/issues/11885#issuecomment-1306203835
@mikemccand Like when we want to do a segment replication (indexer sends new segments to searcher instead of searcher consuming live updates) but decided not to use `nrt` module. Then we need a way to delete the old segments on the searcher side. Right now the only way is to fork the `ReplicaFileDeleter`, but if we can factor out a common utility then that will be great I think. -- 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