> 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
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
> 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.
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
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
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,
: