Overview¶
Redisearch is inspired by this blog post: http://playnice.ly/blog/2010/05/05/a-fast-fuzzy-full-text-index-using-redis/
Source code¶
Source can be found at http://github.com/cpjolicoeur/redisearch
Resource Notes¶
http://nosql.mypopescu.com/post/683472484/redis-and-a-full-text-indexing-solution
http://playnice.ly/blog/2010/05/05/a-fast-fuzzy-full-text-index-using-redis/
http://blog.grayproductions.net/articles/lists_and_sets_in_redis
http://gist.github.com/120067
http://en.wikipedia.org/wiki/Full_text_search
http://lucene.apache.org/
http://sphinxsearch.com/
http://ferret.davebalmain.com/trac/