uschindler commented on PR #1118:
URL: https://github.com/apache/solr/pull/1118#issuecomment-1299808362

   For booleanQuery we have many tests in Lucene core and its own cache 
implementation. So it is three cases where it may break:
   - somebody calls getClauses() and modifies them (adding entries). We should 
prevent that by making the clauses unmodifiable in Lucene. I'll open an issue.
   - somebody modified one query inside the clauses. I would need to get all 
clauses of the above example
   - the WrappedQuery itsself is the issue. I would start there, see above.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to