I think this is basically a BooleanQuery and/or SolrRangeQuery variant
of SOLR-15762. BoolQParserPlugin wraps `Occur.FILTER` subclauses in
`FilterQuery`, so you could definitely see recursive updates that way,
and SolrRangeQuery (which I think is the culprit in this case)
likewise consults the filt
https://github.com/apache/solr/pull/1468
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
On Wed, Mar 15, 2023 at 4:11 PM Justin Sweeney
wrote:
> +1 Could also be useful to link common IDE plugins in the dev docs to help:
> https://github.com/google/go