maxDocID
Return the maximum doc ID of the interval on the given level, inclusive. This returns -1 if .advance has not been called yet and DocIdSetIterator.NO_MORE_DOCS if the iterator is exhausted. This method is non-decreasing when level decreases. Said otherwise maxDocID(level+1) >= maxDocId(level).