Github user jimczi commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/495#discussion_r233796997
--- 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
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]