I'm experimenting a bit with RavenDb.
I have grouping indexes (Map/Reduce and Live Projection).
I want to take the result from those indexes and update the documents from which the result is projected from.
This is part of an execution pipeline where Raven serves as a queue. The grouping is crucial. And when one of the grouped documents has been processed I want to mark it as processed.
How would I do this?