This C++ Internet search engine uses the STL library. It consists of an indexing robot, a search daemon and a search front end. It can index a few million URLs and search for words and phrases, use wildcards, and perform Boolean searches. Search results can be limited to a given time period, site or set of sites, and sorted by relevance or date. iSpell support, a charset and language guesser, HTML templates for search results, excerpts, and query word highlighting are provided.