Re: Query String Limit

2016-05-10 Thread Zheng Lin Edwin Yeo
Thanks for the info Shawn. Regards, Edwin On 10 May 2016 at 11:27, Shawn Heisey wrote: > On 5/9/2016 8:31 PM, Zheng Lin Edwin Yeo wrote: > > Would like to check, for the increasing of maxBooleanClauses to a large > > values, if there are 50 collections in my core, I will

Re: Query String Limit

2016-05-09 Thread Shawn Heisey
On 5/9/2016 8:31 PM, Zheng Lin Edwin Yeo wrote: > Would like to check, for the increasing of maxBooleanClauses to a large > values, if there are 50 collections in my core, I will have to increase > that in the solrconfig.xml for all the 50 collections, before it will work? The maxBooleanClauses

Re: Query String Limit

2016-05-09 Thread Zheng Lin Edwin Yeo
gt; > > -Original Message- > > From: Susmit Shukla [mailto:shukla.sus...@gmail.com] > > Sent: Thursday, May 5, 2016 11:31 AM > > To: solr-user@lucene.apache.org > > Subject: Re: Query String Limit > > > > Hi Prasanna, > > > > What is t

Re: Query String Limit

2016-05-06 Thread Erick Erickson
o be set to > higher value from 8192 > > Thanks all for giving pointers to come to a solution. > > Regards, > > Prasanna. > > -Original Message- > From: Susmit Shukla [mailto:shukla.sus...@gmail.com] > Sent: Thursday, May 5, 2016 11:31 AM > To: solr-

RE: Query String Limit

2016-05-06 Thread Prasanna S. Dhakephalkar
. Regards, Prasanna. -Original Message- From: Susmit Shukla [mailto:shukla.sus...@gmail.com] Sent: Thursday, May 5, 2016 11:31 AM To: solr-user@lucene.apache.org Subject: Re: Query String Limit Hi Prasanna, What is the exact number you set it to? What error did you get on solr console

Re: Query String Limit

2016-05-05 Thread Erick Erickson
25844+48 > 8003+594914+516739+550923+517166+545028+520186+479287+439972+347013+485467+5 > 25138+488651+560186+433262+524332+502336+562491+560520+390712+344053+489754+ > 370397+576336+466820+591967+562531+607053+511525+518898+486735+521917+520494 > +526975+562522+455350+298645+623728+

Re: Query String Limit

2016-05-05 Thread Ahmet Arslan
2016 6:27 PM To: solr-user@lucene.apache.org Subject: Re: Query String Limit hi, Please share your query ? I think you should increase maxBooleanClauses from solrconfig file. as below 1024 -- View this message in context: http://lucene.472066.n3.nabble.com/Query-String-Limit-tp4274161p427423

Re: Query String Limit

2016-05-05 Thread Shawn Heisey
On 5/4/2016 10:45 PM, Prasanna S. Dhakephalkar wrote: > We had increased the maxBooleanClauses to a large number, but it did not > work It looks like you have 1161 values here, so maxBooleanClauses does need to be increased beyond the default, but the error message would be different if that

Re: Query String Limit

2016-05-05 Thread Susmit Shukla
874+571096+460 > > 223+564062+534996+524107+544633+474098+562170+492644+506847+545141+525844+48 > > 8003+594914+516739+550923+517166+545028+520186+479287+439972+347013+485467+5 > > 25138+488651+560186+433262+524332+502336+562491+560520+390712+344053+489754+ > > 370397+576336+466

RE: Query String Limit

2016-05-04 Thread Prasanna S. Dhakephalkar
+496841+610926+5117 15+508477)=json =*%3A*=0=50 Regards, Prasanna. -Original Message- From: Mugeesh Husain [mailto:muge...@gmail.com] Sent: Tuesday, May 3, 2016 6:27 PM To: solr-user@lucene.apache.org Subject: Re: Query String Limit hi, Please share your query ? I think you should

Re: Query String Limit

2016-05-03 Thread Mugeesh Husain
hi, Please share your query ? I think you should increase maxBooleanClauses from solrconfig file. as below 1024 -- View this message in context: http://lucene.472066.n3.nabble.com/Query-String-Limit-tp4274161p4274236.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Query String Limit

2016-05-03 Thread Ahmet Arslan
Hi, Post method should do the trick. Can you give an example of your query string, may be there is a way to shorten it? ahmet On Tuesday, May 3, 2016 9:30 AM, Prasanna S. Dhakephalkar wrote: Hi, I have a solr 5.3.1 standalone installation. When a query is fired

Query String Limit

2016-05-03 Thread Prasanna S. Dhakephalkar
Hi, I have a solr 5.3.1 standalone installation. When a query is fired on the browser, If the number of characters in the url is 6966, then I get the result, but if it is increased by 1 character, making the URL 6967 then solr does not return any result and screen goes blank. I am not