Github user cbismuth commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/495#discussion_r233838178
  
    --- Diff: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java 
---
    @@ -844,7 +844,7 @@ public BulkScorer bulkScorer(LeafReaderContext context) 
throws IOException {
             return null;
           }
     
    -      return new DefaultBulkScorer(new ConstantScoreScorer(this, 0f, 
disi));
    +      return new DefaultBulkScorer(new ConstantScoreScorer(this, 0f, 
ScoreMode.TOP_SCORES, disi));
    --- End diff --
    
    Same here, part of d114c02d4cd035b2c0d4480225f8064698784a7e.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to