Yep, or you can submit the query via POST, which has a much bigger limit on the size of the body.
-Yonik http://www.lucidimagination.com On Wed, Aug 18, 2010 at 3:58 PM, didier deshommes <dfdes...@gmail.com> wrote: > Hi Alexandre, > Have you tried setting a higher headerBufferSize? Look in > etc/jetty.xml and search for 'headerBufferSize'; I think it controls > the size of the url. By default it is 8192. > > didier > > On Wed, Aug 18, 2010 at 2:43 PM, Alexandre Rocco <alel...@gmail.com> wrote: >> Guys, >> >> We are facing an issue executing very large query (~4000 bytes in the URL) >> in Solr. >> When we execute the query, Solr (probably Jetty) returns a HTTP 413 error >> (FULL HEAD). >> >> I guess that this is related to the very big query being executed, and >> currently we can't make it short. >> Is there any configuration that need to be tweaked on Jetty or other >> component to make this query work? >> >> Any advice is really appreciated. >> >> Thanks! >> Alexandre Rocco >> >