Aspseek

ASPseek is an open source internet search engine developed by SWsoft.
It can index 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 (PageRank is used) or date.
ASPseek is optimized for multiple sites (threaded index, async DNS lookups, grouping results by site, Web spaces). ASPseek can work with multiple languages/encodings at once and keep it compact due to UTF8 storage mode.
ASPseek is written in C++ using the STL library, and uses mix of SQL database and binary files for storage.
 
< Prev   Next >