LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r905873478
########## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ########## @@ -350,6 +354,8 @@ static class SortingSortedSetDocValues extends SortedSetDocValues { private final DocOrds ords; private int docID = -1; private long ordUpto; + private boolean set; Review Comment: addressed in https://github.com/apache/lucene/pull/967/commits/849ab1b3434b027b5d24b8e47c6250825635e3f0 -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org