Lucene Search for japanese characters
- by Pranali Desai
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?