Re: Too many Boolean Clause and Filter Query

2011-05-29 Thread Erick Erickson
This is usually done with roles to limit the size of the author token clause. You might search the archives for permissions, authorizations, etc. Adding a ton of author tokens in a clause doesn't scale we'll, you need to use a different strategy here. Best Erick On May 26, 2011 5:51 AM, "Sujatha A

Re: Too many Boolean Clause and Filter Query

2011-05-26 Thread Sujatha Arun
We have increased the now ,but since we have a number of instances on a single server and also number of ids that will get added to filter wll be increasing ...with no known limit ,I was wonderng f there was any other scalable method not affected by the .. Also on looking at Manifold CF Do

Re: Too many Boolean Clause and Filter Query

2011-05-26 Thread pravesh
I'm sure you can fix this by increasing value to some max. This shld apply to filter query as well -- View this message in context: http://lucene.472066.n3.nabble.com/Too-many-Boolean-Clause-and-Filter-Query-tp2974848p2988190.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Too many Boolean Clause and Filter Query

2011-05-23 Thread Sujatha Arun
A filter query does not affect the scoring of the document ,so is filter query like constantScore query and hence should not be affected by the maxBoolean clause? Regards Sujatha On Mon, May 23, 2011 at 4:56 PM, Sujatha Arun wrote: > I got the info from this artice > > > http://www.lucidimagi

Re: Too many Boolean Clause and Filter Query

2011-05-23 Thread Sujatha Arun
I got the info from this artice http://www.lucidimagination.com/blog/2009/06/08/bringing-the-highlighter-back-to-wildcard-queries-in-solr-14/ Yes ,I know this can be configured ,but this will not scale to "n" ,what is the performance implication of this with "n" Boolean Clauses . Regards Sujat

Re: Too many Boolean Clause and Filter Query

2011-05-23 Thread Ahmet Arslan
> But this also gives the same TOO many Boolean Caluses > Exception You can adjust that parameter in solrconfig.xml 3024

Re: Too many Boolean Clause and Filter Query

2011-05-23 Thread Stefan Matheis
Sujatha, On Mon, May 23, 2011 at 1:05 PM, Sujatha Arun wrote: > Then we changed this to a filter query as follows , as filter Query is not > supposed to result in MaxBoolean Clause Exception Where did you read this? I'm pretty sure, that both is based on the same check for the maximum number of