sequentialSubReaders

open override val sequentialSubReaders: List<R>

Expert: returns the sequential sub readers that this reader is logically composed of. This method may not return null.

NOTE: In contrast to previous Lucene versions this method is no longer public, code that wants to get all LeafReaders this composite is composed of should use .

See also