Hacker News new | ask | show | jobs
by a3n 2275 days ago
When you search the web, the search engine has already indexed the web (and is doing so constantly). Your results come from hits in that index.

If you want fast results searching your large local disk, you need to periodically index your disk in the background.

I used such an indexer back around 2000. It was a Java program. I can't remember the name at all.

There are probably more such indexers today.