Developing a fast Indexing and Full text Search Engine with Whoosh: A Pure-Python Library
Problem Statement: To simply put, You have 1 million text files in a directory and your application must cater text query search on all files within few seconds (say ~1-2 seconds). How will you develop […]