You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/15 13:22:47 UTC

[GitHub] [lucene-solr] atris opened a new pull request #787: LUCENE-8810: Honor MaxClausesCount in BooleanQuery

atris opened a new pull request #787: LUCENE-8810: Honor MaxClausesCount in BooleanQuery
URL: https://github.com/apache/lucene-solr/pull/787
 
 
   During Flattening, BooleanQuery will always try to flatten
   nested clauses during rewrite. However, this can cause the
   maximum number of clauses to be violated by the new query.
   This commit disables flattening in the specific case.
   
   Supersedes #784

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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