Re: LIMIT on number of OR in fq

2013-06-11 Thread Kamal Palei
Thanks Alok One need to add headerBufferSize to connector section in jetty.xml file as shown below * 5 1500 false 65536 * Regards Kamal On Mon, Jun 10, 2013 at 12:20 P

Re: LIMIT on number of OR in fq

2013-06-10 Thread Raymond Wiker
A better option would be to use POST instead of GET. On Mon, Jun 10, 2013 at 8:50 AM, Aloke Ghoshal wrote: > True, the container's request header size limit must be the reason then. > Try: > > http://serverfault.com/questions/136249/how-do-we-increase-the-maximum-allowed-http-get-query-length-i

Re: LIMIT on number of OR in fq

2013-06-09 Thread Aloke Ghoshal
True, the container's request header size limit must be the reason then. Try: http://serverfault.com/questions/136249/how-do-we-increase-the-maximum-allowed-http-get-query-length-in-jetty On Sun, Jun 9, 2013 at 11:04 PM, Jack Krupansky wrote: > Maybe it is hitting some kind of container limit o

Re: LIMIT on number of OR in fq

2013-06-09 Thread Jack Krupansky
Maybe it is hitting some kind of container limit on URL length, like more than 2048? Add &debugQuery=true to your query and see what query is both received and parsed and generated. Also, if the default query operator is set to or, fq={! q.op=OR}..., then you can drop the " OR " operators fo

Re: LIMIT on number of OR in fq

2013-06-09 Thread Aloke Ghoshal
Hi Kamal, You might have to increase the value of maxBooleanClauses in solrconfig.xml (http://wiki.apache.org/solr/SolrConfigXml). The default value 1024 should have been fine for 280 search terms. Though not relevant to your query (OR query) take a look at for an explanation: http://solr.pl/en/2