Search Engine using memory based index for local file system
This project utilize large amount of memory (RAM).
Checkout the DiskEngine (https://github.com/pateljay43/DiskEngine) project which creates and stores the indexed files on the disk, saving lots of memory once those indexes are generated. It also cache the queries based on LRU protocol.