RE: Synonyms and searching

2025-03-10 Thread Trevor Nicholls
Hi Uwe/Mikhail (Note: you'll probably need to restore any line breaks your mailer has decided to filter out for the following to make sense.) At the moment the content is analysed twice, so I have a "text" field and an "exactText" field. The text field uses a custom analyzer. This is because n

Re: Synonyms and searching

2025-03-10 Thread Uwe Schindler
Hi, Another way to do this is using Word Delimiter Filter and use "catenate" options. Be aware that you need special text tokenization (not use standard tokenizer, but instead WhitespaceTokenizer). This approach is common for product numbers. To no break you "normal" analysis, it is often a