I'd like to write my own simple desktop based RavenDB explorer, similar to the Web UI. This is for learning Raven, mostly.
So my first task is to read all documents from the db, doesn't matter what app they belong to. I'd like to achieve this using the client API, but it seems like both session.Query and session.LuceneQuery require class specifier.
What API should I use for this task?