Mersad
Mersad

Reputation: 377

solr tomcat utf-8

I have a solr setting with tomcat, and I import data with jdbc from a data base but when I use none-unicode characters after importing the data, when sending the query it dose not recognize the query in the result

Upvotes: 0

Views: 1910

Answers (1)

Jayendra
Jayendra

Reputation: 52779

For UTF-8 support on Tomcat with solr you may want to check
Why_don.27t_International_Characters_Work.3F
URI_Charset_Config

Upvotes: 5

Related Questions