Unfortunately, use of a wildcard causes the normal token analysis processing
to be completely bypassed, including the elision filter. So, when using a
wildcard you have to simulate in your head all of the analysis features,
such as manually performing the elision.
-- Jack Krupansky
-----Original Message-----
From: Claire Hernandez
Sent: Friday, May 04, 2012 5:08 AM
To: solr-user@lucene.apache.org
Cc: Jonathan Druart
Subject: search case: Elision and truncate in french
Hi all,
I have a little problem, I don't find an easy configuration solution but
maybe my google search is wrong :)
- ElisionFilterFactory is enabled for searching and indexing analyzer.
- Index contains: *l'aventure*
=> when I search *l'avent** solr finds nothing
I would have a solution which doesn't look sexy: having another index
with a patternreplacecharfilterfactory wich removes all "'" in strings.
Some tips would be usefull.
Thanks,
Claire;