Re: Re: maxClauseCount Exception

2012-03-19 Thread Erick Erickson
ms. Why > should > > they all become explicit query elements? Seems overkill and > > underperformant. > > > > Is there a another way with Lucene or not really? > > > > On Thu, 2012-03-08 at 16:18 -0800, Chris Hostetter wrote: > >> :   I am suddenly ge

RE: Re: maxClauseCount Exception

2012-03-19 Thread Darren Govoni
Lucene or not really? > > On Thu, 2012-03-08 at 16:18 -0800, Chris Hostetter wrote: >> :   I am suddenly getting a maxClauseCount exception for no reason. I am >> : using Solr 3.5. I have only 206 documents in my index. >> >> Unless things have changed the reason you

Re: maxClauseCount Exception

2012-03-19 Thread Erick Erickson
> they all become explicit query elements? Seems overkill and > underperformant. > > Is there a another way with Lucene or not really? > > On Thu, 2012-03-08 at 16:18 -0800, Chris Hostetter wrote: >> :   I am suddenly getting a maxClauseCount exception for no reason. I am

Re: maxClauseCount Exception

2012-03-17 Thread Darren Govoni
stetter wrote: > : I am suddenly getting a maxClauseCount exception for no reason. I am > : using Solr 3.5. I have only 206 documents in my index. > > Unless things have changed the reason you are seeing this is because > _highlighting_ a query (clause) like "type_s:[*+TO+*]&q

Re: maxClauseCount Exception

2012-03-08 Thread Chris Hostetter
: I am suddenly getting a maxClauseCount exception for no reason. I am : using Solr 3.5. I have only 206 documents in my index. Unless things have changed the reason you are seeing this is because _highlighting_ a query (clause) like "type_s:[*+TO+*]" requires rewriting it in

Re: maxClauseCount Exception

2012-02-28 Thread Vadim Kisselmann
Set maxBooleanClauses in your solrconfig.xml higher, default is 1024. Your query blast this limit. Regards Vadim 2012/2/22 Darren Govoni > Hi, > I am suddenly getting a maxClauseCount exception for no reason. I am > using Solr 3.5. I have only 206 documents in my index. > >

maxClauseCount Exception

2012-02-22 Thread Darren Govoni
Hi, I am suddenly getting a maxClauseCount exception for no reason. I am using Solr 3.5. I have only 206 documents in my index. Any ideas? This is wierd. QUERY PARAMS: [hl, hl.snippets, hl.simple.pre, hl.simple.post, fl, hl.mergeContiguous, hl.usePhraseHighlighter, hl.requireFieldMatch