Created
September 25, 2015 10:01
-
-
Save dtaalbers/0d4e625a287f81279689 to your computer and use it in GitHub Desktop.
SearchById Index RavenDb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create index, NOTE the plural form of DocTypes | |
from doc in docs.DocTypes | |
select new { | |
doc.Id | |
} | |
// Now you can query documents like this, NOTE the plural form of DocTypes | |
Id: DocTypes/108449 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment