Lucene Search with Yii

I am trying to make little search engine with lucene in my Yii project. According to the http://www.yiiframework.com/wiki/248/adding-search-to-yii-blog-example-using-zend-lucene instruction I have just prepared all environment that I needed. It works fine in English. But if I search Russian words, it returns empty. Any idea or suggestions?

you may read this specific part of this article:

(read the P.S.)

thats about encoding and apparently has an example of what you want:<br />


setlocale(LC_ALL, 'ru_RU.UTF-8');

hope it helps.

P.S.: well i tried to post the direct link, but yii forum didn’t allow me to post a link :expressionless:

here it is, you have to copy this to your browser address bar and remove spaces, i’m sorry ! :

framework. zend. com/manual/en/zend.search.lucene.best-practice.html#zend.search.lucene.best-practice.encoding