Building a full-text search engine in 150 lines of Python code · Bart de Goede
Mar 24, 2021
how-tosearchfull-text searchpython
Full-text search is everywhere. From finding a book on Scribd, a movie on Netflix, toilet paper on Amazon, or anything else on the web through Google (like how to do your job as a software engineer), you’ve searched vast amounts of unstructured data multiple times today. What’s even more amazing, is that you’ve even though you searched millions (or billions) of records, you got a response in milliseconds. In this post, we are going to explore the b...
Read more at bart.degoe.de