Jeevananthan-23 opened a new pull request, #887: URL: https://github.com/apache/lucenenet/pull/887
Fixes #886 ## Description Currently, `IW` can determine the order in which operations were executed by updating the methods to return a long instead of void. If you are a caller who does not require this information, you can ignore the returned `long`. Additionally, this change enables the removal of the `TrackingIndexWriter` wrapper class with similar functionality by returning a `long` for each operation but with weaker guarantees. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org