Revert the async nature of the event handler for TransformingIndexValues since it seems like it will not always run to complete before Examine writes to the index.
Add more debug-logging toAddFullTextItemsToIndex` to easier understand what is happending
Use ConfigureAwait(false) in the async library methods.
This PR will make the following changes:
TransformingIndexValues
since it seems like it will not always run to complete before Examine writes to the index.logging to
AddFullTextItemsToIndex` to easier understand what is happendingConfigureAwait(false)
in the async library methods.From this article: https://blog.stephencleary.com/2012/02/async-and-await.html#avoiding-context