RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
g starting with three-or-more letter prefixes at the expense of index size. You might be better off just using 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:35 A

RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
"\u0100" => "A" "\u0102" => "A" "\u0104" => "A" # Æ => AE "\u00C6" => "AE" # Ç => C "\u00C7" => "C" # é => e "\u00E9" => "e" Best regards, Elis

RE: Ignore accent in a request

2019-02-08 Thread SAUNIER Maxence
ses that must match, regardless of how many clauses there are in total. edismax is used much more than dismax as it's more flexible, but that's not germane here. finally, try adding &debug=query to the url to see exactly how the query is parsed. Best, Erick On Mon, Feb 4, 2019

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",

RE:No solr.log in solr cloud 7.3

2018-05-31 Thread SAUNIER Maxence
What procedure did you follow to install Solr? The procedure on the documentation to install SolR Cloud How was it started? I think 1 weeks, but I only realized it yesterday. Before, no problems. What version of Solr? 7.3 What OS flavor are you running on? Debian Does you solr.in.sh have a refe