Re: Searching with or without diacritics

2009-09-18 Thread AHMET ARSLAN
> Hi, > > Thanks for the suggestions, perhaps I am closer to the > goal, but still don't > get the result. I would like to find accented characters > (mapped by the > MappingCharFilterFactory) by writing unaccented queries. On > this page: > > http://issues.ez.no/IssueView.php?Id=14742&activeItem

Re: Searching with or without diacritics

2009-09-18 Thread György Frivolt
Hi, Thanks for the suggestions, perhaps I am closer to the goal, but still don't get the result. I would like to find accented characters (mapped by the MappingCharFilterFactory) by writing unaccented queries. On this page: http://issues.ez.no/IssueView.php?Id=14742&activeItem=2 I've found that

Re: Searching with or without diacritics

2009-09-17 Thread AHMET ARSLAN
> The sequence of the TokenizerChain is > not correct... Filters must be after tokenizer: Correct for TokenFilter(s), wrong for charFilter(s). MappingCharFilterFactory comes before tokenizer.

Re: Searching with or without diacritics

2009-09-17 Thread Koji Sekiguchi
The sequence of the TokenizerChain is not correct... Filters must be after tokenizer: Koji György Frivolt wrote: I tried to use ISOLatin1AccentFilterFactory under solr 1.3 . It partly works, but does not recognize most of the characters I

Re: Searching with or without diacritics

2009-09-17 Thread György Frivolt
I tried to use ISOLatin1AccentFilterFactory under solr 1.3 . It partly works, but does not recognize most of the characters I need to map. So I tried to use MappingCharFilterFactory based on the documentation it needs a different tokenizer, I set it, and also a mapping file, this is a simple txt wi

Re: Searching with or without diacritics

2009-09-03 Thread Chris Hostetter
Take a look at the MappingCharFilterFactory (in Solr 1.4) and/or the ISOLatin1AccentFilterFactory. : Date: Thu, 27 Aug 2009 16:30:08 +0200 : From: "[ISO-8859-1] Gy�rgy Frivolt" : Reply-To: solr-user@lucene.apache.org : To: solr-user : Subject: Searching with or without diacritics : : Hello, :