Re: Ignore accent in a request

2019-02-12 Thread Ere Maijala
and query time >>> >>> Le ven. 8 févr. 2019 à 19:20, SAUNIER Maxence a >> écrit : >>> >>>> For the charFilter, I need to reindex all documents ? >>>> >>>> -Message d'origine- >>>> De : Erick Erickson >>&g

Re: Ignore accent in a request

2019-02-11 Thread elisabeth benoit
t; >> De : Erick Erickson > >> Envoyé : vendredi 8 février 2019 18:03 > >> À : solr-user > >> Objet : Re: Ignore accent in a request > >> > >> Elisabeth's suggestion is spot on for the accent. > >> > >> One other thing I noticed.

Re: Ignore accent in a request

2019-02-11 Thread Ere Maijala
k Erickson >> Envoyé : vendredi 8 février 2019 18:03 >> À : solr-user >> Objet : Re: Ignore accent in a request >> >> Elisabeth's suggestion is spot on for the accent. >> >> One other thing I noticed. You are using KeywordTokenizerFactory combined >

Re: Ignore accent in a request

2019-02-08 Thread elisabeth benoit
À : solr-user > Objet : Re: Ignore accent in a request > > Elisabeth's suggestion is spot on for the accent. > > One other thing I noticed. You are using KeywordTokenizerFactory combined > with EdgeNGramFilterFactory. This implies that you can't search for > individual

RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
For the charFilter, I need to reindex all documents ? -Message d'origine- De : Erick Erickson Envoyé : vendredi 8 février 2019 18:03 À : solr-user Objet : Re: Ignore accent in a request Elisabeth's suggestion is spot on for the accent. One other thing I noticed. You

Re: Ignore accent in a request

2019-02-08 Thread Erick Erickson
tly asking if it's your intent. Best, Erick On Fri, Feb 8, 2019 at 9:35 AM SAUNIER Maxence wrote: > > Thanks you ! > > -Message d'origine- > De : elisabeth benoit > Envoyé : vendredi 8 février 2019 14:12 > À : solr-user@lucene.apache.org > Objet : Re:

RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
Thanks you ! -Message d'origine- De : elisabeth benoit Envoyé : vendredi 8 février 2019 14:12 À : solr-user@lucene.apache.org Objet : Re: Ignore accent in a request Hello, We use solr 7 and use with mapping-ISOLatin1Accent.txt containing lines like # À => A "\u00C0

Re: Ignore accent in a request

2019-02-08 Thread elisabeth benoit
gt; C "\u00C7" => "C" # é => e "\u00E9" => "e" Best regards, Elisabeth Le ven. 8 févr. 2019 à 11:18, Gopesh Sharma a écrit : > We have fixed this type of issue by using Synonyms by adding > SynonymFilterFactory(Before Solr 7). > > -

RE: Ignore accent in a request

2019-02-08 Thread Gopesh Sharma
We have fixed this type of issue by using Synonyms by adding SynonymFilterFactory(Before Solr 7). -Original Message- From: SAUNIER Maxence Sent: Friday, February 8, 2019 3:36 PM To: solr-user@lucene.apache.org Subject: RE: Ignore accent in a request Hello, Thanks for you answer. I

RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
arié. I want to find they 150.000 documents with avarié or avarie. Thanks -Message d'origine- De : Erick Erickson Envoyé : jeudi 7 février 2019 19:37 À : solr-user Objet : Re: Ignore accent in a request exactly _how_ is it "not working"? Try building your parameters _up_

Re: Ignore accent in a request

2019-02-07 Thread Erick Erickson
exactly _how_ is it "not working"? Try building your parameters _up_ rather than starting with a lot, e.g. select?defType=dismax&q=je suis avarié&qf=title ^^ assumes you expect a match on title. Then: select?defType=dismax&q=je suis avarié&qf=title subject etc. Because mm=757 looks really wrong.

Ignore accent in a request

2019-02-04 Thread SAUNIER Maxence
Hello, How can I ignore accent in the query result ? Request : http://*:8983/solr/***/select?defType=dismax&q=je+suis+avarié&qf=title%5e20+subject%5e15+category%5e1+content%5e0.5&mm=757 I want to have doc with avarié and avarie. I have add this in my schema : { "name": "string",