Simple ranked text search for MongoDB

Posted: February 8th, 2010 | Author: Ward Bekker | Filed under: Open Source Projects, Ruby, Software Engineering | No Comments »

In this code snippit you can see how to do a basic ranked text search for MongoDB. The code relies on two simple mapreduce operations. One to create an inverted index from some demo text, and a second one to score the matching documents based on query term hits.


If You Think You Are a Competent Programmer …

Posted: May 25th, 2009 | Author: Michel Rijnders | Filed under: Software Engineering | No Comments »

… then you better watch the following video: