Quote:
I am using Hibernate Search for a tri lingual application which has over 2 million data volume. I am very impressed with the performance of the search operation TXN to the Hibernate Search team, :)
thanks, nice to hear that!
Quote:
hibernate-search-3.0.0.GA.jar
that's a very old version! I'd recommend you to upgrade at least to version 3.1.1.GA, there are very big improvements in performance and also some bugs fixed.
Quote:
However, I was unable to sort data stored in UTF-8 Sinhala language. But sorting done in English works fine.
I'm sorry, full support of UTF-8 was not implemented yet; you might have better results by updating to latest candidate release 3.2.0.CR1 but I don't know the details of Sinhala language: I'm not sure it could help.
The safest you can do is to add an additional "sortfield" in which you encode a string following the sorting rules of Sinhala.