: > ConstantScorePrefixQuery is used... there shouldn't be an issue with : > memory, just time. : : Oops, except we aren't always talking about a prefix query. : I know at least some expanding queries automatically limit to the max : number of boolean clauses. Not sure if all of them do though.
right ... we're talking about WildCard queries with elading wildcards ... i can't rememebr if it uses maxBooleanClauses or not either ... but even if it does, supporting this behavior (and runningthis risk) should be explicitly controlled by teh user (just like changing maxBooleanClauses -- if they don't set it in solrconfig.xml, we use whatever the Lucene default is) -Hoss