Map from old to new doc IDs
Mapped doc ID
Returns the next document ID from this sub reader, and DocIdSetIterator.NO_MORE_DOCS when done
Like .nextDoc but skips over unmapped docs and returns the next mapped doc ID, or DocIdSetIterator.NO_MORE_DOCS when exhausted. This method sets .mappedDocID as a side effect.