On 3/11/26 02:09, Mikhail Khludnev wrote:
Please extract record_type:LocalHistori* from `parent which` and put it into fq. The caveat is described here: https://solr.apache.org/guide/solr/latest/query-guide/block-join-query-parser.html#block-mask
Ah, thank you. It'd be nice if it errored out like many other things do now instead of returning all/some documents like they did in v.8.
As it turns out, the problem I was actually trying to solve was the new "overlay" config API thing: our custom handler had a list of default `fq`s that got squashed when I tried to update it via the API, and that was stuck in the overlay.json. It took a few tries before I realized why updates to solrconfig.xml are not taking. But now the `which="*:* ...` is in there too.
Anyway, thanks again, Dima
