Re: Synonyms and searching

2025-03-05 Thread Michael Sokolov
One thing to check is whether the synonyms are configured as bidirectional, or which direction they go (eg is "a b" being expanded to "ab" but "ab" is not being expanded to "a b"??) On Wed, Mar 5, 2025 at 2:20 PM Mikhail Khludnev wrote: > > Hello Trevor. > > Maintaining such a synonym map is too

Re: Synonyms and searching

2025-03-05 Thread Mikhail Khludnev
Hello Trevor. Maintaining such a synonym map is too much of a burden. One idea: sticks words together with "" separator with https://lucene.apache.org/core/8_0_0/analyzers-common/org/apache/lucene/analysis/shingle/ShingleFilter.html Another idea, the opposite breaks user's words via dictionary htt

Synonyms and searching

2025-03-05 Thread Trevor Nicholls
I don't know if I have completely the wrong idea or not, hopefully somebody can point out where I have got this wrong I am indexing technical documentation; the content contains strings like "http_proxy_server". When building the index my analyzer breaks this into the tokens "http", "proxy" and