|
|
ASPseek |
|
|
1.2.8 |
|
|
ASPseek team |
|
|
GPL |
|
|
*nix |
|
|
C and C++ / Searching |
|
|
Click to Visit |
|
|
Click to Download |
|
|
23 |
|
ASPSeek is an Internet search engine, written in C++ using the STL library. It consists of an
indexing robot, a search daemon, and a search frontend (CGI or Apache module). 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 sites
(threaded index, async DNS lookups, grouping results by site, Web spaces), but can be used for
searching one site as well. ASPSeek can work with multiple languages/encodings at once (including
multibyte encodings such as Chinese) due to optional Unicode storage mode. Other features include
stopwords and ispell support, a charset and language guesser, HTML templates for search results,
excerpts, and query words highlighting.
|