|
ASPseek - Advanced Internet search engine.Updated by Kir Kolyshkinon Thursday, August 15th 2002.
ASPSeek is an Internet search engine, written in C++ using the STL library. It consists of an indexing robot, a search daemon, and search frontend (CGI and Apache module are available). It can index as many as a few million URLs and search for words and phrases, use wildcards, and do a Boolean search. Search results can be limited to time period given, site or Web space (set of sites) and sorted by relevance (PageRanks are used) or date. ASPSeek is optimized for multiple languages/encodings (including Chinese/Japanese/Korean) and multiple sites (threaded index, async DNS lookups, grouping results by site, Web spaces), but can be used for searching one site as well. Other features include stopwords and ispell support, a charset and language guesser, HTML templates for search results, excerpts, and query words highlighting. Full set of documentation is included.
Licence : GPL
Version : 1.2.10 [Stable]
Platforms : Linux, *BSD, other *NIX
Requirements : MySQL or Oracle 8i
|