RavenDB 2.5 hidden feature: Index debugging
Here is something that you aren’t likely to know, mostly because it is an internal feature that we mostly use to fix strange stuff.
You can debug into the indexing functions, and see exactly what happens during indexing / transformers:
To be fair, this is probably something that you won’t really have a chance to se, but for debugging the really hard stuff, it is invaluable.
Comments
Just tried this out fixing a bug in our Read Trigger. I can't overstate how easy this made it. Thanks Ayende.
Comment preview