On 4/19/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> from a stability standpoint, i would suggest that people should have to go
> out of their way to get this behavior, since it does open up the
> possiblity of a query OOMing Solr extremely easily.
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.
-Yonik