A flavour of the commands on 
https://solr.apache.org/guide/solr/latest/configuration-guide/config-api.html 
should do it!

> On Oct 7, 2025, at 8:18 AM, Adam Sjøgren <[email protected]> wrote:
> 
>  Hi,
> 
> 
> On some searches when results are grouped, we're getting exceptions
> because the POST data is too big:
> 
>  application/x-www-form-urlencoded content length (2317766 bytes) exceeds 
> upload limit of 2048 KB
> 
> So I'm wondering if it is possible to bump formdataUploadLimitInKB on
> the fly?
> 
> I'm guessing I'm hitting this limit I have set in solrconfig.xml for
> the collection:
> 
>    <requestParsers multipartUploadLimitInKB="2048000"
>                    formdataUploadLimitInKB="2048"
>                    addHttpRequestToContext="false"/>
> 
> So I would change it to "4096", eg.
> 
> 
>  Best regards,
> 
>    Adam
> 
> -- 
> "No more than that, but very powerful all the                Adam Sjøgren
>  same; simple things are good."                        [email protected]
> 

Reply via email to