>From my test, they query doesn't have limit. The maximum query length I
used is more than 1M.

However if you use Http Get, there is a length limit on querystring. You
can try to use HTTP POST, using ContentType
application/x-www-form-urlencoded

Jennifer Luo

> -----Original Message-----
> From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik
> Seeley
> Sent: Friday, January 22, 2010 12:22 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Is there limit on size of query string?
> 
> On Fri, Jan 22, 2010 at 11:48 AM, Fuad Efendi <f...@efendi.ca> wrote:
> > Is there limit on size of query string?
> >
> > Looks like I have exceptions when query string is higher than 400
> characters
> > (average)
> 
> This is most likely going to be a servlet container issue.
> Are you using the bundled Jetty or something different?
> 
> -Yonik
> http://www.lucidimagination.com

Reply via email to