Hi Chitra,

Without having the knowledge of the language, but can you solve the problem not in TokenFilter level but in CharFilter level, by setting your own mapping definition using MappingCharFilter?

Koji

On 2017/09/27 21:39, Chitra wrote:
Hi Ahmet,
                       Thank you so much for the reply.

I have tried but it seems, ASCIIFoldingFilter is not supporting greek
accent characters and it supports only Latin like accent characters. Am I
missing anything?



Chitra




On Wed, Sep 27, 2017 at 5:47 PM, Ahmet Arslan <iori...@yahoo.com> wrote:



Hi,

Yes ICUFoldingFilter or ASCIIFoldingFilter could be used.

ahmet




On Wednesday, September 27, 2017, 1:54:43 PM GMT+3, Chitra <
chithu.r...@gmail.com> wrote:





Hi,
                 In Lucene, I want to search greek characters(with accent
insensitive) by removing or replacing accent marks with similar characters.

Example: we are trying to convert  Greek Extended characters
<http://www.unicode.org/charts/PDF/U1F00.pdf> to basic Greek Unicode
<http://www.unicode.org/charts/PDF/U0370.pdf> for providing accent
insensitive search...


Kindly suggest the better solution to achieve this...? Does
ICUFoldingFilter solve my use-case?

--
Regards,
Chitra





---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to