This change was done in Solr-7.2. SOLR-11501 <https://issues.apache.org/jira/browse/SOLR-11501> has the details about the change
Regards, Munendra S N On Mon, Sep 9, 2019 at 1:16 PM Enna Raerinne (TAU) <enna.raeri...@tuni.fi> wrote: > 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 >