Re: search case: Elision and truncate in french

2012-05-04 Thread Jack Krupansky
7;avion* +text_fr:l'avion* And for the same term without wildcard: text_fr:l'avion text_fr:l'avion +text_fr:avion +text_fr:avion -- Jack Krupansky -Original Message- From: Erik Hatcher Sent: Friday, May 04, 2012 9:06 AM To: solr-user@lucene.apache.org Subject: Re: search

Re: search case: Elision and truncate in french

2012-05-04 Thread Jack Krupansky
And for the same term without wildcard: text_fr:l'avion text_fr:l'avion +text_fr:avion +text_fr:avion -- Jack Krupansky -Original Message- From: Erik Hatcher Sent: Friday, May 04, 2012 9:06 AM To: solr-user@lucene.apache.org Subject: Re: search case: Elision and truncate in fren

Re: search case: Elision and truncate in french

2012-05-04 Thread Erik Hatcher
Jack - that was true, until Solr 3.6+: So, Claire, it's possible with the latest Solr release, to do this using bits and pieces of your existing analysis chain. As Jack said, though, this is a manual chore in pre-Solr-3.6 releases. E

Re: search case: Elision and truncate in french

2012-05-04 Thread Jack Krupansky
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 -Orig