Y
Y
Yuri Firs2012-02-06 20:13:31
Yii
Yuri Firs, 2012-02-06 20:13:31

Search for a site on Yii

Now I'm working on projects written in Yii and almost all of them need to implement a full-text normal search for several models (most likely for all ARs in the project).
What prompt to use or where to start writing your universal site search extension.
Main criteria:
- speed (caching, table pre-indexing is possible, etc.)
- ease of installation (connection)
Thank you all for your help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Plotnikov, 2012-02-06
@firsyura

sphinx. www.yiiframework.com/extension/dgsphinxsearch/ I
use for example in vkarmane.fm. Very fast and high quality. Read about sphinx, even Habr uses it.

C
cat_crash, 2012-02-06
@cat_crash

It seems to me that something similar has already been implemented using Zend Lucene + wrappers www.yiiframework.com/wiki/248/adding-search-to-yii-blog-example-using-zend-lucene/

V
Vitaly Komlev, 2014-11-05
@vitalikk

For small projects, I wrote my own "bicycle", you can see: vkomlev.ru/posts/yii-search-advanced
Maybe it will come up with some useful idea.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question