We're attempting to upgrade from Solr 4.2 to 4.5 but are finding that 4.5 is not "honoring" this join query:
<first part of query>... & fq={!join from=project_id_i to=project_id_im}user_id_i:65615 -role_id_i:18 type:UserRole & <last part of query> On our Solr 4.2 instance adding/removing that query gives us different (and expected) results, while the query doesn't affect the results at all in 4.5. Is there any known join query behavior differences/fixes between 4.2 and 4.5 that might explain this, or should I be looking at other factors? Thanks, Andy Pickler