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: >

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?

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