ravendb
RavenDB advanced Lucene query
I am really learning the ropes on both lucene and ravendb - I have the following document in Raven - {[详细]
2023-03-27 04:55 分类:问答RavenDB Embedded: Where is the data stored on disk?
When using the Embeddabl开发者_开发知识库eDocumentStore for RavenDB, where does the data get stored on disk?[详细]
2023-03-26 20:15 分类:问答RavenDB Updated Class new property not getting serialised
I am working with RavenDb and am stuck at a brick wall. I had an old class that I was persisting and it was all working fine. But during development I added an additional property to this class. Now[详细]
2023-03-26 12:30 分类:问答Is it possible to connect to an embedded DB with Raven Management Studio
I\'m playing with Raven DB and am wondering if it\'s possible to connect to an embedded DB with Raven Management Studio. Has 开发者_开发技巧anyone ever done this?If I understood you correct and you me[详细]
2023-03-26 04:04 分类:问答How to get RavenDB to recognize a plugin?
I\'m trying setup the Versioning bundle in RavenDB: http://ravendb.net/bundles/versioning The installation instructions are pretty straight forward:[详细]
2023-03-22 20:27 分类:问答Store enum as integer in RavenDB
I would like to store Enums as integer-values inside a RavenDB-document instead of there full-name. Doing so, I would like to ensure, that changing the name of an enum-value, does not break persistenc[详细]
2023-03-21 19:31 分类:问答Matching items with multiple foreign keys in RavenDB
I asked this question previously regarding SQL Server:Complicated SQL Query--finding items matching multiple different foreign keys[详细]
2023-03-20 17:44 分类:问答RavenDB Management Studio - Delete Document
Does anybody know how to delete a ravendb-document within RavenDB Management Studio? If I go开发者_开发技巧 to the details-page of a document, I can do everything (including updates) but the delete-b[详细]
2023-03-20 15:39 分类:问答Basic set-based operations using a document database (noSQL)
As with most, I come from and RDMS world trying to get my head around noSQL databases and specifically document stores (as I find them the most interesting).[详细]
2023-03-20 11:03 分类:问答RavenDB Shard Querying
How do queries work in sharded RavenDB setup? I know Raven uses lucene for indexing, but querying an index on a specific instance is NOT querying the entire data, so does Raven query all the shard ins[详细]
2023-03-19 10:50 分类:问答