mirror of https://github.com/apache/lucene.git
add note
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4765@1444656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6da9df235
commit
5d76d262c9
|
@ -573,6 +573,7 @@ public abstract class DocValuesConsumer implements Closeable {
|
|||
nextIsSet = true;
|
||||
return true;
|
||||
} else {
|
||||
// nocommit: nulling is a hack to prevent calling next() after NO_MORE was already returned...
|
||||
iterator = null;
|
||||
docIDUpto++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue