minDocID

abstract fun minDocID(level: Int): Int

Return the minimum 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-increasing when level increases. Said otherwise minDocID(level+1) <= minDocId(level).