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