Hi lockdog,
You should probably use character decoding. Decoding your text I got: ".ро.ава".
I have another problem though. When I use "like" in my query, I don't get results in cyrillic texts.
What could be done about it ???
L0ckD0g wrote:
Hello, i use lucene-2-3-2, hibernate-search 3.0.0.GA, Hibernate 3.2.5.ga.
Add\Remove data with russian symbols works good, but when i use search with russian characters, then i get something like this 'пÑодаваÑ' in my query, and no results.
I have
<property name="hibernate.jdbc.charSet" value="utf-8"/>
<property name="hibernate.connection.charSet" value="utf-8"/>
<property name="hibernate.connection.useUnicode" value="true"/>
in my config, but search work incorrectly :(