Re: Trying to fix Too Many Boolean Clauses Exception

2017-10-18 Thread Yonik Seeley
On Wed, Oct 18, 2017 at 12:23 PM, Erick Erickson wrote: > What have you tried? And what is the current setting? > > This usually occurs when you are assembling very large OR clauses, > sometimes for ACL calculations. > > So if you have a query of the form > q=field:(A OR B OR C OR) > or >

Re: Trying to fix Too Many Boolean Clauses Exception

2017-10-18 Thread Erick Erickson
What have you tried? And what is the current setting? This usually occurs when you are assembling very large OR clauses, sometimes for ACL calculations. So if you have a query of the form q=field:(A OR B OR C OR) or fq=field:(A OR B OR C OR) change it to use TermsQueryParser, see

Trying to fix Too Many Boolean Clauses Exception

2017-10-18 Thread Patrick R. TOKOUO
Hello, Please I have unsuccessfuly tried to fix this error on Solr 6.4. I have increased value to some max, but the same error appear. Please, could you help me. Regards, Patrick R. TOKOUO Mob: (+237) 6 90 08 55 95 Skype: ptokouo In: www.linkedin.com/in/patricktokouo

Re: too many boolean clauses

2013-05-22 Thread Shawn Heisey
> Now regarding the maxBooleanClauses - how it effects performance (response > times, memory usage) when increasing it? Changing maxBooleanClauses doesn't make any difference at all. Having thousands of clauses is what makes things run slower and take more memory. The setting just causes large que

Re: too many boolean clauses

2013-05-22 Thread adm1n
ts performance (response times, memory usage) when increasing it? thanks -- View this message in context: http://lucene.472066.n3.nabble.com/too-many-boolean-clauses-tp4065288p4065314.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: too many boolean clauses

2013-05-22 Thread Shawn Heisey
On 5/22/2013 6:43 AM, adm1n wrote: > SyntaxError: Cannot parse > 'name:Bbbbm' The subject mentions one error, the message says another. If you are getting too many boolean clauses, then you need

too many boolean clauses

2013-05-22 Thread adm1n
d type def: Any ideas how to fix it? thanks -- View this message in context: http://lucene.472066.n3.nabble.com/too-many-boolean-clauses-tp4065288.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Too Many Boolean Clauses

2009-10-22 Thread Mark Miller
From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Thursday, October 22, 2009 6:31 PM > To: solr-user@lucene.apache.org > Subject: Re: Too Many Boolean Clauses > > Giovanni Fernandez-Kincade wrote: > >> Hi, >> I'm trying to perform a search against an inte

RE: Too Many Boolean Clauses

2009-10-22 Thread Giovanni Fernandez-Kincade
ginal Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Thursday, October 22, 2009 6:31 PM To: solr-user@lucene.apache.org Subject: Re: Too Many Boolean Clauses Giovanni Fernandez-Kincade wrote: > Hi, > I'm trying to perform a search against an integer field

Re: Too Many Boolean Clauses

2009-10-22 Thread Mark Miller
e following error: > org.apache.lucene.queryParser.ParseException: Cannot parse .. ': too many > boolean clauses > Can you configure the maximum number of boolean clauses in lucene? Is there a > better way to perform this type of search? I can't use numeric range queries > because we often need t

Too Many Boolean Clauses

2009-10-22 Thread Giovanni Fernandez-Kincade
parse .. ': too many boolean clauses Can you configure the maximum number of boolean clauses in lucene? Is there a better way to perform this type of search? I can't use numeric range queries because we often need to search for a huge number of IDs that are non-continuous (e.g. 4, 64, 1003,