InfoQ Homepage Presentations Introducing RavenDB: NoSQL is Rapping at Your Door
Introducing RavenDB: NoSQL is Rapping at Your Door
Summary
David Neal introduces RavenDB, a document-oriented database with .NET, Silverlight, JavaScript and REST APIs.
Bio
David Neal is a father, geek, musician, and software developer living in the Nashville, TN. David is currently the Director of Development for Cell Journalist, an online social media service provider for TV stations, newspapers, and radio. David is passionate about software craftsmanship, user experience, music, and bacon. David also serves on the leadership team for the Nashville .NET user group.
About the conference
CodeMash is a unique event that will educate developers on current practices, methodologies, and technology trends in a variety of platforms and development languages such as Java, .Net, Ruby, Python and PHP.
Community comments
Video quality
by Maxim Tihobrazov,
Re: Video quality
by David Neal,
Set "More Like This" Bundle Fields Not Searched by Default?
by Lee Hildebrand,
Video quality
by Maxim Tihobrazov,
Your message is awaiting moderation. Thank you for participating in the discussion.
Code is not readable in video, are you going to fix it for new videos?
Re: Video quality
by David Neal,
Your message is awaiting moderation. Thank you for participating in the discussion.
@Maxim,
You can download the code for all the demos on my GitHub account. Let me know if you have any questions!
github.com/reverentgeek/RavenDB.Demos
Set "More Like This" Bundle Fields Not Searched by Default?
by Lee Hildebrand,
Your message is awaiting moderation. Thank you for participating in the discussion.
For this question, while you don't specifically mention the "More Like This" bundle in this presentation, based on Cell Journalist's mission I'm going to assume you have used it.
At ravendb.net/docs/server/bundles/morelikethis, the Fields parameter can exclude fields from being searched. That is cool, but is there any way to reverse the default such that only specified fields are searched? I appreciated RavenDBs ability to optimize frequent searches, but if I have 100 fields, instead of them all being searched by default and having to specify 99 of them not be searched, it would be nice to only have to specify the one I want.