AddictedCS commented on issue #933: URL: https://github.com/apache/lucenenet/issues/933#issuecomment-2017799740
Yeah, can we then revive the discussion on soft-commit? `maybeRefresh` should theoretically not touch the disk, and only the `indexWritter.Flush` and `Commit` should do it. Up until .NET 7 it seems this was inadvertedly the case because of the https://github.com/dotnet/runtime/issues/77373, now since .NET 8 in becomes a problem. -- 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]
