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
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, : : I started to use solr only recently using the ruby/rails sunspot-solr : cli

Re: Searching with or without diacritics

2009-09-17 Thread György Frivolt
> : To: solr-user > : Subject: Searching with or without diacritics > : > : Hello, > : > : I started to use solr only recently using the ruby/rails > sunspot-solr > : client. I use solr on a slovak/czech data set and realized one not wanted > : behaviour of the se

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

Searching with or without diacritics

2009-08-27 Thread György Frivolt
Hello, I started to use solr only recently using the ruby/rails sunspot-solr client. I use solr on a slovak/czech data set and realized one not wanted behaviour of the search. When the user searches an expression or word which contains dicritics, letters like š, č, ť, ä, ô,... usually the spe