Method GetSequentialSubReaders
GetSequentialSubReaders()
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 AtomicReaders this composite is composed of should use Leaves.
Declaration
protected abstract IList<IndexReader> GetSequentialSubReaders()
Returns
Type | Description |
---|---|
IList<IndexReader> |