ravendb
Modelling datamodel for document database
I\'m starting out with Raven DB and am trying to wrap my head around the different document-model paradigm...[详细]
2023-01-29 11:45 分类:问答ravendb from console app
I\'m trying to get raven working in a rhino.etl console to import date from sql to raven. I have a RavenInstaller:[详细]
2023-01-28 21:02 分类:问答RavenDB full-text search
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[详细]
2023-01-28 03:36 分类:问答Can a "pre-computed" map-reduce index (à la RavenDB/CouchDB) be used for this kind of algorithm?
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[详细]
2023-01-27 12:37 分类:问答NoSql/Raven DB implementation best practices
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\'[详细]
2023-01-26 07:42 分类:问答RavenDB Map-Reduce Example using .NET Client
I\'m looking for an example of how to implement and use Map-Reduce within the Ra开发者_高级运维venDB .NET Client.[详细]
2023-01-26 05:15 分类:问答Linq query with multiple Contains/Any for RavenDB
I have a document class that contains a list of \"tags\". Something like: class Item { string Name { get; set; }[详细]
2023-01-26 02:56 分类:问答Problem in WHERE Clause of null value in RavenDb
I have the following statement (using RavenDb): session.Query<Container>().Where(c=>c.ParentId == null).Count();[详细]
2023-01-25 23:31 分类:问答Problem with RavenDB 'Hello World' tutorial
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.[详细]
2023-01-22 16:58 分类:问答How to run RavenDb in embedded mode?
Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn\'t have a DataDirectory property :([详细]
2023-01-18 07:01 分类:问答