Re: SolrJ & Ridiculously Large Queries

2016-10-18 Thread Bram Van Dam
On 14/10/16 16:13, Shawn Heisey wrote: > name="solr.jetty.request.header.size" default="8192" /> A belated thanks, Shawn! 32k should be sufficient, I hope. - Bram

Re: SolrJ & Ridiculously Large Queries

2016-10-14 Thread Shawn Heisey
On 10/14/2016 7:36 AM, Bram Van Dam wrote: > I just noticed that Jetty barfs with HTTP 414 when request URIs are > very large, which makes sense. I think the default limit is ~8k. > Unfortunately I've got users who insist on executing queries that are > 16k (!1!?!?) in size. Although I think forci

RE: SolrJ & Ridiculously Large Queries

2016-10-14 Thread Markus Jelsma
/SolrRequest.html M. -Original message- > From:Bram Van Dam > Sent: Friday 14th October 2016 15:37 > To: solr-user@lucene.apache.org > Subject: SolrJ & Ridiculously Large Queries > > Hey folks, > > I just noticed that Jetty barfs with HTTP 414 when request

SolrJ & Ridiculously Large Queries

2016-10-14 Thread Bram Van Dam
Hey folks, I just noticed that Jetty barfs with HTTP 414 when request URIs are very large, which makes sense. I think the default limit is ~8k. Unfortunately I've got users who insist on executing queries that are 16k (!1!?!?) in size. Two questions: 1) is it possible to POST these oversized mon