I\'m starting out with Raven DB and am trying to wrap my head around the different document-model paradigm...
I\'m trying to get raven working in a rhino.etl console to import date from sql to raven. I have a RavenInstaller:
Can开发者_如何学C you please tell how to perform simple full-text search in RavenDb. The database is stored document: Movie {Name = \"Pirates of the Carribean\"}. I wish that this document was found o
I\'m trying开发者_运维技巧 to see if a specific algorithm can be translated to the kind of map-reduce index RavenDB/CouchDB uses, ie, \"pre-computed\" map-reduce (which means the indexes are refreshed
I\'m investigating a new project which will be a social networking style site. I\'m reading up on RavenDb and I like the look of a lot of its features. I\'ve not read up on nosql all that much but I\'
I\'m looking for an example of how to implement and use Map-Reduce within the Ra开发者_高级运维venDB .NET Client.
I have a document class that contains a list of \"tags\". Something like: class Item { string Name { get; set; }
I have the following statement (using RavenDb): session.Query<Container>().Where(c=>c.ParentId == null).Count();
I am going through the RavenDB tutorial on the RavenDb.net website. It was going fine until I got to the code block for creati开发者_开发百科ng an index.
Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn\'t have a DataDirectory property :(