[ 
https://issues.apache.org/jira/browse/LUCENE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Miller updated LUCENE-2018:
--------------------------------

    Description: 
Now that we have smarter multi-term queries, I think its time to reconsider the 
boolean max clause setting. It made more sense before, because you could hit it 
more unaware when the multi-term queries got huge - now its more likely that if 
it happens its because a user built the boolean themselves. And no duh 
thousands more boolean clauses means slower perf and more resources needed. We 
don't throw an exception when you try to use a ton of resources in a thousand 
other ways.

The current setting also suffers from the static hell argument - especially 
when you consider something like Solr's multicore feature - you can have 
different settings for this in different cores, and the last one is going to 
win. Its ugly. Yes, that could be addressed better in Solr as well - but I 
still think it should be less ugly in Lucene as well.

I'd like to consider either doing away with it, or raising it by quite a bit at 
the least. Or an alternative better solution. Right now, it aint so great.

  was:
Now that we have smarter multi-term queries, I think its time to reconsider the 
boolean max clause setting. It made more sense before, because you could hit it 
more unaware when the multi-term queries got huge - now its more likely that if 
it happens its because a user built the boolean themselves. And no duh 
thousands more boolean clauses means slower perf and more resources needed. 
When don't throw an exception when you try in use a ton of resources in a 
thousand other ways.

The current setting also suffers from the static hell argument - especially 
when you consider something like Solr's multicore feature - you can have 
different settings for this in different cores, and the last one is going to 
win. Its ugly. Yes, that could be addressed better in Solr as well - but I 
still think it should be less ugly in Lucene as well.

I'd like to consider either doing away with it, or raising it by quite a bit at 
the least. Or an alternative better solution. Right now, it aint so great.


> Reconsider boolean max clause exception
> ---------------------------------------
>
>                 Key: LUCENE-2018
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2018
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Mark Miller
>
> Now that we have smarter multi-term queries, I think its time to reconsider 
> the boolean max clause setting. It made more sense before, because you could 
> hit it more unaware when the multi-term queries got huge - now its more 
> likely that if it happens its because a user built the boolean themselves. 
> And no duh thousands more boolean clauses means slower perf and more 
> resources needed. We don't throw an exception when you try to use a ton of 
> resources in a thousand other ways.
> The current setting also suffers from the static hell argument - especially 
> when you consider something like Solr's multicore feature - you can have 
> different settings for this in different cores, and the last one is going to 
> win. Its ugly. Yes, that could be addressed better in Solr as well - but I 
> still think it should be less ugly in Lucene as well.
> I'd like to consider either doing away with it, or raising it by quite a bit 
> at the least. Or an alternative better solution. Right now, it aint so great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to