Hi Igor,
I need to implement some way of Russian search as a part of my project. Do you have any success with GAE?
Did you try other solutions? Like Drupal:
https://drupal.org/project/rustemmerThanks,
Dmitry
On Tuesday, March 19, 2013 5:13:24 AM UTC-4, Игорь Семенов wrote:
I've tested Search API in Russian half an year ago. Search API found all forms of Russian words (not only plural)! It was great!
And now (ver.1.7.4) Search in Russian isn't searching all same forms by query with
~"word in Russian"
setLocale("ru"), setLocale("ru_RU"), setLocale("ru", "RU") for Document or/and Field cann't help.
Of course Search API searches definite word form, but in Russian some words have 10 forms by different endings.
What am I doing not so good?