Caa52 commented on a change in pull request #529: URL: https://github.com/apache/solr/pull/529#discussion_r796127161
########## File path: solr/core/src/java/org/apache/solr/search/facet/FacetRequest.java ########## @@ -234,9 +234,8 @@ public Query createDomainQuery(FacetContext fcontext) throws IOException { // the number of classes that have to know about the number of possible settings on the join // (ie: if we add a score mode, or some other modifier to how the joins are done) - final SolrConstantScoreQuery fromQuery = new SolrConstantScoreQuery(fcontext.base.makeQuery()); + final ConstantScoreQuery fromQuery = new ConstantScoreQuery(fcontext.base.makeQuery()); // this shouldn't matter once we're wrapped in a join query, but just in case it ever does... - fromQuery.setCache(false); Review comment: Thanks for the explanation! I found it really helpful -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org