We're using Raven to validate logins so people can get into our site. What we've found is that if you do this:
// Context is an IDocumentSession Context.Query<UserModels>() ...
I am really learning the ropes on both lucene and ravendb - I have the following document in Raven -
{ "InternalEvent": { "Desec": "MachineInfo: 1F8BFBFF000106A5_2103933941_00155D365607_WIN-UWJJ7OPR9TM_1, UserInfo: NT ...
Is there any way to get query statistics for
session.Advanced.LuceneQuery<T> ()
session.Query<T>().Statistics(RavenQueryStatistics)