cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Expl and Solr russian word searching

vladislavlysov
Champ in-the-making
Champ in-the-making
Hello!
  I have a trouble with differences between Alfresco Explorer search and Solr search.I'm use Alfresco 4.0b and Solr integrated it. When i create new content or folder with Russian letters name(for example-"Новая папка") and then i was searchit from alfresco - all is ok. But when i was search with solrt request(for example ?q=@cm:name:*Новая папка*) Solr nothing found. When i was added "URIEncoding='UTF-8' " on tomcat "server.xml" in Solr connector(not Tomcat, Solr - it's important!) and do new search - all is ok. Why?
Thank you.
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

Because this encoding is required and the query is sent over to SOLR using this encoding.

We have alwasy required "URIEncoding='UTF-8' " in Tomcat as far as I know….

Andy