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 <suja.a...@gmail.com> wrote: > 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 > Sujatha > > > On Mon, May 23, 2011 at 4:45 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > >> > But this also gives the same TOO many Boolean Caluses >> > Exception >> >> You can adjust that parameter in solrconfig.xml >> <maxBooleanClauses>3024</maxBooleanClauses> >> > >