Adding search in Yii application

I need to add search functionality to the application I am developing. I found one article on how to add search using Zend Lucene but couldn’t find how the same can be done using default Yii application. Is there any information/prototype available for adding search functionality to a Yii application?

Thanks in advance.

This extension should work for Solr (lucene)

http://www.yiiframework.com/extension/solr

For general information about extending Yii check this:

http://www.yiiframework.com/doc/guide/1.1/en/extension.overview

Yeah, Solr is great but the only problem is that with the Solr extension you still need a java Solr Instance running on your server!!

There are many hosted solutions, altough I don’t know if they are good.

smartidiot,

Take a look at this zend_lucene wiki you may find it helpful to follow the links provided within the wiki. Also checkout this forum question about zend_lucene.