You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by rajani m <ra...@gmail.com> on 2023/08/16 14:22:35 UTC

Select Request handler - Remove Query Parameter

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 alternatives, is
it possible to configure the request handler to ignore  query params?

Thanks,
Rajani

Re: Select Request handler - Remove Query Parameter

Posted by rajani m <ra...@gmail.com>.
Perfect, thank you so much, Mikhail.

On Wed, Aug 16, 2023 at 10:30 AM Mikhail Khludnev <mk...@apache.org> 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 <ra...@gmail.com> wrote:
>
> > 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 alternatives,
> is
> > it possible to configure the request handler to ignore  query params?
> >
> > Thanks,
> > Rajani
> >
>
>
> --
> Sincerely yours
> Mikhail Khludnev
>

Re: Select Request handler - Remove Query Parameter

Posted by Mikhail Khludnev <mk...@apache.org>.
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 <ra...@gmail.com> wrote:

> 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 alternatives, is
> it possible to configure the request handler to ignore  query params?
>
> Thanks,
> Rajani
>


-- 
Sincerely yours
Mikhail Khludnev