I am really learning the ropes on both lucene and ravendb - I have the following document in Raven - {
When using the Embeddabl开发者_开发知识库eDocumentStore for RavenDB, where does the data get stored on disk?
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
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
I\'m trying setup the Versioning bundle in RavenDB: http://ravendb.net/bundles/versioning The installation instructions are pretty straight forward:
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
I asked this question previously regarding SQL Server:Complicated SQL Query--finding items matching multiple different foreign keys
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
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).
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