资 源 简 介
The project has been moved to https://bitbucket.org/denyspopov/zizelo
“If you want something done right, do it yourself.”
The author of Zizelo tried several popular search engines and was disappointed. That is why he created his own little approach to this ultimate problem.
What’s so good about Zizelo? It is simple, it is fast, and it works.
This is how you do indexing:
Zizelo_Facade::getIndex("books")->addDocument(5375, "The Picture of Dorian Gray");
And this is how you do searching:
$matches = Zizelo_Facade::getIndex("books")->search("dorian gray");
See Usage for more information.