Search without Accent

2022-09-07 Thread Carsten Klement
Hi, we use solr 6.6 and use a quicksearch on our website. For this case we copy some data fields to an field called "schnellsuche", this worked fine a few years. Now we want import french data with Accent-Keys, for example "thé". The user should find the same results, if he search for "thé"

Re: Search without Accent

2022-09-07 Thread Carsten Klement
egards, Markus Op wo 7 sep. 2022 om 09:47 schreef Carsten Klement < kont...@carsten-klement.de>: > Hi, > > we use solr 6.6 and use a quicksearch on our website. For this case we > copy some data fields to an field called "schnellsuche", this worked > fine

Re: Search without Accent

2022-09-07 Thread Carsten Klement
hould be ok, perhaps something else is wrong. Regards, Markus [1] http://localhost:8983/solr/#/ /analysis?analysis.fieldvalue=th%C3%A9&analysis.query=the&analysis.fieldname=schnellsuche&verbose_output=1 Op wo 7 sep. 2022 om 13:12 schreef Carsten Klement < kont...@carsten-kl

Re: Search without Accent

2022-09-07 Thread Carsten Klement
ecommended for regular text search. Regards, Markus Op wo 7 sep. 2022 om 14:59 schreef Carsten Klement < kont...@carsten-klement.de>: > > > - > Hi Markus, thank you, yes i think i have another problem ;) I > tried with ASCIIFoldingFilterFactory, but analysis shows

Keep empty fields in 9.5

2024-04-04 Thread Carsten Klement
Hi, we are currently updating to 9.5 (from 6.6) and have the problem that empty fields are not stored in the solr-index. Is it possible to keep this empty fields? We transmit the documents via http in json structure. Thanks, Carsten

Re: Keep empty fields in 9.5

2024-04-04 Thread Carsten Klement
:* -myField:*) On Thu, Apr 4, 2024 at 9:09 AM Carsten Klement mailto:kont...@carsten-klement.de>> wrote: > Hi, > > we are currently updating to 9.5 (from 6.6) and have the problem that > empty fields are not stored in the solr-index. > > Is it possible to keep this

Problem with word separators?

2024-04-10 Thread Carsten Klement
Hello, I think I have a problem with configured Word separators. For example, I would like 3 items to be found when searching for 640, 640-0 and two when searching for 640-01. #1 artikelnummer_txt:"640*" AND  lng:"de"     "docs":[{   "artikelnummer_txt":"640-01"     },{  

Re: Problem with word separators?

2024-04-17 Thread Carsten Klement
Hello, doesn't anyone have an idea? ☹ Am 10.04.24, 11:40 schrieb "Carsten Klement" mailto:kont...@carsten-klement.de>>: Hello, I think I have a problem with configured Word separators. For example, I would like 3 items to be found when searching for 640, 640-0 and two w

Searching for synonyms

2024-06-27 Thread Carsten Klement
Hello, i want to search for tera* and find also terra*  . q=art_txt:tera* AND lngid:1 # schema                             # file synonyms.txt terasse,terrase => terrasse

Re: Searching for synonyms

2024-06-27 Thread Carsten Klement
Sorry, I was too quick. I want to search for Tera but also find Terra. But my synonym configuration doesn't seem to work. Solr version is 9.5.0 Does anyone have an idea? Kind regards Carsten Am 27.06.24, 17:18 schrieb "Carsten Klement" mailto:kont...@carsten-klement.de>>

Re: Searching for synonyms

2024-07-01 Thread Carsten Klement
I changed my configuration as suggest, but it didn't help. I can't search for tera* instead of terra*, I think there is also another problem. kind regards Carsten Am 27.06.24, 17:50 schrieb "Marcus Bergner" mailto:marcus.berg...@vizrt.com.inva>LID>: I think you