Name
Message
Author
Age
bin/A first pass at handling all n-word grams during crawl and search, a=chrisChris Pollett14 years ago
configs/Fixes some bugs in initial Yioop configuration, a=chrisChris Pollett14 years ago
controllers/Fixes an escaping issue with static pages, a=chrisChris Pollett14 years ago
css/Changes Search Filter to be Results Editor and adds the ability to edit the was a sumamry appears in search results, also fixes a bug with stemmer and require_once, a=chrisChris Pollett14 years ago
examples/Merge branch 'master' of http://www.seekquarry.com/git/yioopChris Pollett14 years ago
lib/Add a configure checkbox for turning on or off word suggest, a=chrisChris Pollett14 years ago
locale/Fixes some bugs in initial Yioop configuration, a=chrisChris Pollett14 years ago
models/Add a configure checkbox for turning on or off word suggest, a=chrisChris Pollett14 years ago
resources/Change organization of where nword_gram and autosuggest stuff stored, a=chrisChris Pollett14 years ago
scripts/Adds tries for es, it, pl, pt, fixes fr-FR, and de, also fixes bug in handling accents, a=chrisChris Pollett14 years ago
tests/Modify autosuggest so handles unicode, create token tool from ngram tool now supports making suggest dictionaries, add trie class for this and tests, a=chrisChris Pollett14 years ago
views/Fixes an escaping issue with static pages, a=chrisChris Pollett14 years ago
.gitignoreMerge branch 'master' of http://www.seekquarry.com/git/yioopChris Pollett15 years ago
INSTALLUpdating INSTALL and README file for Version 0.84Chris Pollett14 years ago
LICENSEMerge branch 'master' of http://www.seekquarry.com/git/yioopChris Pollett14 years ago
READMEUpdating INSTALL and README file for Version 0.84Chris Pollett14 years ago
blog.phpmodifying error handling some more, =achrisChris Pollett14 years ago
bot.phpmodifying error handling some more, =achrisChris Pollett14 years ago
error.phpAdds tests cases for phrase_parser, reworks how bigrams are extracted, adds some UTF-8 punctuation to punctuation list, a=chrisChris Pollett14 years ago
favicon.icocreate master yioop repositoryChris Pollett16 years ago
index.phpmodifying error handling some more, =achrisChris Pollett14 years ago
privacy.phpmodifying error handling some more, =achrisChris Pollett14 years ago
robots.txtPartial test of a new way to do things with multi curl, a=chrisChris Pollett14 years ago
yioopbar.xmlimproved opensearch plugin, a=chrisChris Pollett15 years ago
📖 README

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

Copyright (C) 2009 - 2012 Chris Pollett chris@pollett.org

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 five 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.

arc_tool.php - an auxiliary script used to view the contents of a web or index archive from the command line

query_tool.php - an auxiliary script used to query an index from the command line

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 the sqlite3 built into PHP.

Credits

The source code is mainly due to Chris Pollett. Other contributors include: Ravi Dhillon, Priya Gangaraju, Nakul Natu, Vijaya Pamidi, Vijeth Patil, Tarun Pepira, and Shawn Tice. Several people helped with localization: My wife, Mary Pollett, Jonathan Ben-David, Sujata Dongre, Animesh Dutta, Youn Kim, Akshat Kukreti, Chao-Hsin Shih and Sugi Widjaja.

Installation

Please see the INSTALL file

Documentation and Support

Please check out seekquarry.com

X