browse by tag: search engine
sort by
Simple Search Engine with PHP and MySQL
in PHP added by mckinleysh, on 10/12/2007 database mysql search engine
There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need.
I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.
Roll Your Own Search Engine with Zend_Search_Lucene
in PHP added by goodphptutorials, on 29/3/2006 advanced tutorials google search engine
On several occasions developing database-driven web applications, I've been approached by clients who want Google-style search implemented at the last minute of the development cycle. Zend_Search_Lucene overcomes the usual limitations of relational databases with features such as fast indexing, ranked result sets, a powerful but simple query syntax, and the ability to index multiple fields.
comment save report