Harry Marr

Entries Tagged "search"

Full text search with MongoDB

Here I'll present a simple full text search engine, that uses MongoDB as its backend. It's implemented using MongoEngine, and is intended as more of a proof-of-concept than a viable alternative to "real" search engines such as Solr, Sphinx, etc. What will the search engine do? The search engine will ...