sigram commented on issue #95: URL: https://github.com/apache/solr-sandbox/issues/95#issuecomment-1825466017
One possible way to address this would be to accumulate the add ops only until we encounter any delete op. At this point we first emit the accumulated request with add-only ops, and then keep sending individual requests (without collapsing) as long as they have any delete ops. Then on the first pure add-only request we switch back to accumulating. -- 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]
