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
first of all thanks for response! Regarding two tokenizers - it's ok. switching to NGramFilterFactory didn't help (though I didn't reindex but don't think it was needed since switched it into 'query' section). Now regarding the maxBooleanClauses - how it effects performance (response times, memor

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 to increase the maxBooleanC

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
Giovanni Fernandez-Kincade wrote: > Hi, > I'm trying to perform a search against an integer field with a ton of OR > statements for each of the unique values that I want to search for. I pasted > an example at the bottom of this email. Solr fires back the following error: > org.apache.lucene.quer