Github user jimczi commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/495#discussion_r233148192
--- Diff:
lucene/core/src/java/org/apache/lucene/search/ConstantScoreScorer.java ---
@@ -70,7 +120,7 @@ public TwoPhaseIterator twoPhaseIterator() {
@Override
public int docID() {
- return disi.docID();
--- End diff --
You can keep `disi.docID()` here and move `doc` to the
`DocIdSetIteratorWrapper` ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]