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
g wildcards (restrict to three letters at the prefix
> >> though).
> >>
> >> This is perfectly valid, I'm mostly asking if it's your intent.
> >>
> >> Best,
> >> Erick
> >>
> >> On Fri, Feb 8, 2019 at 9:
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
>
À : 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
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
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:
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
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).
>
> -
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
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_
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.
11 matches
Mail list logo