Lucene Search for japanese characters

Posted by Pranali Desai on Stack Overflow See other posts from Stack Overflow or by Pranali Desai
Published on 2010-04-15T07:17:17Z Indexed on 2010/04/15 7:23 UTC
Read the original article Hit count: 325

Filed under:
|

Hi All,

I have implemented lucene for my application and it works very well unless you have introduced something like japanese characters.

The problem is that if I have japanese string ?????????????? and I search with ? that is the first character than it works well whereas if I use more than one japanese character(????)in search token search fails and there is no document found.

Are japanese characters supported in lucene? what are the settings to be done to get it working?

© Stack Overflow or respective owner

Related posts about lucene.net

Related posts about c#