Caa52 commented on a change in pull request #638: URL: https://github.com/apache/solr/pull/638#discussion_r809291799
########## File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java ########## @@ -78,11 +78,9 @@ public DocSet createDocSet(SolrIndexSearcher searcher) throws IOException { @Override public Weight createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) throws IOException { - //This should probably use the provided boost as scorer. However, that causes - // TestSolrQueryParser.testFilter to fail. - return new ConstantScoreWeight(this, 0) { + return new ConstantScoreWeight(this, boost) { Review comment: Ah, ok got it, thank you -- 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