Skip to content

Instantly share code, notes, and snippets.

@dtaalbers
Created September 25, 2015 10:01
Show Gist options
  • Save dtaalbers/0d4e625a287f81279689 to your computer and use it in GitHub Desktop.
Save dtaalbers/0d4e625a287f81279689 to your computer and use it in GitHub Desktop.
SearchById Index RavenDb
// 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