With Zend_Search_Lucene you can build a search function on your web page. The difference between searching via MySQL like most websites do is that you have to create an index and keep it up to date.
Create index folder
Create a folder where you store your search index and set write rights. In this tutorial we use the path /application/data/search of our Zend application.
Read more