Method Slices
Slices(IList<AtomicReaderContext>)
Expert: Creates an array of leaf slices each holding a subset of the given leaves. Each IndexSearcher.LeafSlice is executed in a single thread. By default there will be one IndexSearcher.LeafSlice per leaf (AtomicReaderContext).
Declaration
protected virtual IndexSearcher.LeafSlice[] Slices(IList<AtomicReaderContext> leaves)
Parameters
Type | Name | Description |
---|---|---|
IList<AtomicReaderContext> | leaves |
Returns
Type | Description |
---|---|
IndexSearcher.LeafSlice[] |