ravendb « query « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » query » ravendb 

1. Querying Raven with Where() only filters against the first 128 documents?    stackoverflow.com

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>()
    ...

2. RavenDB advanced Lucene query    stackoverflow.com

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 ...

3. RavenDB LuceneQuery Statistics method    stackoverflow.com

Is there any way to get query statistics for

session.Advanced.LuceneQuery<T> ()
like
session.Query<T>().Statistics(RavenQueryStatistics)

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.