I need run solr on russian site. I download and install 7x-beta8, configured it - all ok.
But if i search a russian word, i get no result. If i search latin word - everything ok.
In this site it is work http://drupal.org/search/apachesolr_multisitesearch/%D0%BF%D1%80%D0%BE%D...
Please, help me. How i can add russian to solr?
Comments
Comment #1
thtas commentedI think this requires some changes to the apache solr schema.xml
I'd like to see the schema.xml from drupal.org, it would be very useful!
Comment #2
pwolanin commentedMake sure your servlet container is set up to use UTF8. That's the most likely problem.
Also, you will want to alter the schema.xml to remote the english stemmer and/or substitute a Russian one.