News Feed
Jobs Feed
Sections




News Archive
Content with Style:
Fulltext searches with Xapian and PHP
November 04, 2009 @ 08:19:13

New on the Content with Style blog today there's this tutorial looking at full-text searching combining Xapian and PHP to replace the slower full-text methods in something like a MySQL database.

Sometimes MySQL just isn't quick enough. Especially when it comes to fulltext searches. Everything needs to be indexed correctly, and if we're using different fields with different weights for a relevance percentage, things get very complicated quickly. Xapian to the rescue.

The Xapian library can be compiled and installed as a binding for your PHP installation. He includes some sample scripts to get you started - the SQL to build the table, a Xapian wrapper class, and three simple PHP scripts to search for, view and delete records. Some sample results are also included.

0 comments voice your opinion now!
fulltext search xapian mysql database tutorial


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Understanding the Zend Framework, Part 3: The feeds

The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions

Dhiraj Patra's Blog: Running PHP Scripts with Cron

Markus Wolff's Blog: Is it me or does the Zend website suck?

Mohammed Berdai's Blog: How To Install PostgreSQL And phpPgAdmin Support In XAMPP


Community Events











Don't see your event here?
Let us know!


framework opinion example community introduction database api language interview release code podcast series testing phpunit composer development zendframework2 functional unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework