Hi! I've been using block join queries with Solr version 7.1 and with request handler where defType is edismax and everything has worked fine. I recently updated my Solr to 8.1 and updated the luceneMatchVersion also to 8.1 in solrconfig.xml. However, now my block join queries don't work anymore and when I debugged the issue it seems that my block join queries are not parsed correctly when edismax is used as default parser and if luceneMatchVersion is 8.1. I searched everywhere I could think of, but didn't find out why the parsing has been changed. Is it intentional or a bug or am I using Solr the wrong way?
Thanks, Enna Raerinne