Re: Searching for synonyms

2024-07-22 Thread Chris Hostetter
: I can't search for tera* instead of terra*, I think there is also another problem. https://solr.apache.org/guide/solr/latest/indexing-guide/analyzers.html#analysis-for-multi-term-expansion > In some types of queries (i.e., Prefix, Wildcard, Regex, etc.) the input > provided by the user is

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

Re: Searching for synonyms

2024-06-27 Thread Marcus Bergner
I think you've confused tokenizers and filters. Try something like this: / Marcus

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>>: Hello, i want to

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