-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate search, cyrillic symbols
PostPosted: Wed Aug 20, 2008 9:53 am 
Newbie

Joined: Wed Aug 20, 2008 9:39 am
Posts: 1
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 :(


Top
 Profile  
 
 Post subject: Re: Hibernate search, cyrillic symbols
PostPosted: Mon Feb 09, 2009 2:33 am 
Newbie

Joined: Mon Feb 09, 2009 2:26 am
Posts: 1
Location: Tashkent, Uzbekistan
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 :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.