https://github.com/janforman/aspseek
ASPseek is a full-featured medium-to-large scale SQL-based Internet search engine. It consists of an indexing robot, search daemon and search frontend (CGI program). These programs are written in C++ using the STL library.
https://github.com/janforman/aspseek
full-text-search indexing-engine internet-archive search-engine searching spider
Last synced: 7 months ago
JSON representation
ASPseek is a full-featured medium-to-large scale SQL-based Internet search engine. It consists of an indexing robot, search daemon and search frontend (CGI program). These programs are written in C++ using the STL library.
- Host: GitHub
- URL: https://github.com/janforman/aspseek
- Owner: janforman
- License: gpl-2.0
- Created: 2019-04-05T15:54:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T12:28:38.000Z (about 5 years ago)
- Last Synced: 2025-02-01T21:27:44.844Z (9 months ago)
- Topics: full-text-search, indexing-engine, internet-archive, search-engine, searching, spider
- Language: C++
- Homepage:
- Size: 1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
ASPseek v.1.2
Advanced Internet search engine
Copyright (C) 2000, 2001, 2002 by SWsoftASPseek is a full-featured medium-to-large scale Internet search engine.
It consists of an indexing robot, a search daemon and a search front-ends
(CGI or Apache module). These programs are written in C++ using STL library.
ASPseek uses mix of SQL database and binary files for data storage.ASPseek features
----------------To learn about ASPseek features, please read aspseek(7) man page.
Here is just a brief list:* Ability to index and search through several millions of documents
* HTTP, HTTP proxy, FTP (via proxy) protocols
* HTTP basic authorization
* HTTPS protocol
* text/html and text/plain documents
* Other document types support via external converters
* Architecture optimized for multiple sites
* Multithreaded
* Async DNS resolver
* Stopwords
* Unicode support to deal with many character sets (including CJK) at once
* Charset guesser (optional)
* Language guesser
* Robot exclusion standard (robots.txt) support
* Settings to control network bandwidth usage and Web servers load
* Real-time asynchronous indexing
* Very good relevancy of results
* Sorting results by relevance or by date
* Smart results cache
* Advanced search capabilities
* Ispell support
* Excerpts
* Grouping results by site
* Clones (mirrored documents) detection
* Spaces and subsets
* Query words highlighting in results
* Cached compressed local copy of every indexed document
* HTML templates for easy-to-customize search resultsHow to use it
-------------Please start with reading INSTALL file there you can find detailed instructions
about installation, run-time configuration and usage of ASPseek.Disclaimer (see COPYING for details)
------------------------------------This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA