Anyone know if Lucene's sort by field feature will sort chinese characters by strokes/radicals, or if there's a way to enable it do so? I couldn't find any relevant answer in their docs.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Have a look at http://lucene.apache.org/java/3_0_3/api/contrib-collation/index.html, which describes how to use Collator order. |
|||||
|