bart.degoe.de
Building a full-text search engine in 150 lines of Python code
we are going to explore the basic components of a full-text search engine, and use them to build one that can search across millions of documents and rank them according to their relevance in milliseconds, in less than 150 lines of Python code