Name
Message
Author
Age
bin/Initial pass at creating log merged index dictionaries finished for bug 17, a=cpollettChris Pollett15 years ago
configs/Initial pass at creating log merged index dictionaries finished for bug 17, a=cpollettChris Pollett15 years ago
controllers/Initial pass at creating log merged index dictionaries finished for bug 17, a=cpollettChris Pollett15 years ago
css/Adds UI needed for crawl mixes, fixes a bug wrt memcache, a=chrisChris Pollett15 years ago
data/Take two on putting right default.db, a=chrisChris Pollett15 years ago
lib/adding index dictionary, a=chrisChris Pollett15 years ago
locale/Implements a check to see if the current version of PHP has all the functions needed by Yioop (Finishes Bug 19), a=chrisChris Pollett15 years ago
models/fixes bugs in grouping and adds missing logarithm to IDF formula, a=chrisChris Pollett15 years ago
resources/create master yioop repositoryChris Pollett16 years ago
scripts/Fixes restrict by url bug in IE, a=chrisChris Pollett15 years ago
tests/Initial pass at creating log merged index dictionaries finished for bug 17, a=cpollettChris Pollett15 years ago
views/Implements a check to see if the current version of PHP has all the functions needed by Yioop (Finishes Bug 19), a=chrisChris Pollett15 years ago
INSTALLImplements Issue 18, updates the sqlite default.db, a=chrisChris Pollett15 years ago
LICENSEcreate master yioop repositoryChris Pollett16 years ago
READMEImplements Issue 18, updates the sqlite default.db, a=chrisChris Pollett15 years ago
bot.phpFixes Bug3, also allows active crawl to be set in Settings screen and adds more documentationChris Pollett16 years ago
favicon.icocreate master yioop repositoryChris Pollett16 years ago
index.phpAdd memcache and file based indexed lookup, a=cpollettChris Pollett15 years ago
yioopbar.xmlcreate master yioop repositoryChris Pollett16 years ago
📖 README

SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer

Copyright (C) 2009, 2010 Chris Pollett chris@pollett.org

Version: 2010-07-13

http://www.seekquarry.com/

LICENSE:

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 3 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, see http://www.gnu.org/licenses/.

Summary

The Yioop search engine consists of three main scripts:

fetcher.php -- used to download batches of urls provided the queue_server. queue_server.php - maintains a queue of urls that are going to be scheduled to be seen. It also keeps track of what has been seen and robots.txt info. Its last responsibility is to create the index_archive that is used by the search front end.

index.php -- a search engine web page. It is also used to handle message passing between the fetchers (multiple machines can act as fetchers) and the queue_server.

Download

You can download the SeekQuarry search engine from http://www.seekquarry.com/

Requirements

The Yioop search engine requires Apache and PHP. It was developed under Apache 2.2, PHP 5.3, and Mysql 5.1 using a default installation. Mysql is not necessary as the default installion uses the version of sqlite3 built into PHP.

Credits

Source code due to Chris Pollett. Several people helped with localization: Mary Pollett, Youn Kim, Sugi Widjaja, Chao-Hsin Shih, Sujata Dongre, Jonathan Ben-David. Thanks to Ravi Dhillon for finding and helping with the fixes for Issue 15 and Commit 632e46.

Installation

Please see the INSTALL file

Documentation and Support

Please check out seekquarry.com

X