Re: Compound words in English

2023-08-16 Thread Walter Underwood
There are two cases. Index has “well being”, query is “wellbeing”. This is solved by using a shingle filter. That will make lots of nonsense compounds, too, but they won’t match real queries. Well, almost never. Index has “wellbeing”, query is “well being”. Best approach for this is synonym ex

Select Request handler - Remove Query Parameter

2023-08-16 Thread rajani m
Hi Solr Users, Is it possible to remove query params from the query by the select request handler? It has been difficult to reconfigure all the clients to remove certain query parameters not supported after solr version upgrade such as negative boosts, so such queries are failing. Thinking of alt

Re: Select Request handler - Remove Query Parameter

2023-08-16 Thread Mikhail Khludnev
I'm not sure if https://solr.apache.org/guide/solr/latest/configuration-guide/requesthandlers-searchcomponents.html#invariants may do that. On Wed, Aug 16, 2023 at 5:23 PM rajani m wrote: > Hi Solr Users, > > Is it possible to remove query params from the query by the select request > handler?

Re: Select Request handler - Remove Query Parameter

2023-08-16 Thread rajani m
Perfect, thank you so much, Mikhail. On Wed, Aug 16, 2023 at 10:30 AM Mikhail Khludnev wrote: > I'm not sure if > > https://solr.apache.org/guide/solr/latest/configuration-guide/requesthandlers-searchcomponents.html#invariants > may do that. > > On Wed, Aug 16, 2023 at 5:23 PM rajani m wrote: >