Guidline For Solr Search

Hello Community Guys,

Today i have configure the solr search in my website. Its working perfectly but still i have some doubt about solr feature and requirements. I have use solr(http://yiiframework.com/extension/solr) extension.

Doubt : -

1 : Which version of solr server need to install for solr client? i have installed 3.6.2.

2 : Data search from MYSQL database is fast and efficient, or solr index document is fast for search.

3 : If data search from solr document indexing is fast , then how to store(add) new created record in solr document? Current i am using following function to add data newly created data:

 Yii::app()->userSearch->updateOne(array('id'=>$model->id,


	                    'name'=>$model->branch)


	              );

Thanks in Advance,

Karmraj Zala