Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As I'm new to RavenDB. I need to know the usual method of data retrievals using RavenDB. My question is. Can I retrieve a particular document from db without using the Id?

Now I am retrieving all the documents into a list and then manipulating it to get the particular document. The operation seems to be costly as I fetch all the documents every time.

Is there solution for retrieving the document by values other than Id?

Thank you.

share|improve this question

closed as not a real question by casperOne Apr 28 at 20:53

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can query by any property that you want. Is there any reason you load all of them?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.