Hi,I want to trigger a notification when a document is sent to RavenDB. I have looked at the IDocumentStoreListener, but is there any way to work this so it is triggered after an index is finished doing its thing?Thanks,Francis
Yes, you can do that using the store.Changes() API
Yes, it is.