Class IndexSearcher.LeafSlice
A class holding a subset of the IndexSearchers leaf contexts to be executed within a single thread.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public class IndexSearcher.LeafSlice
Constructors
LeafSlice(params AtomicReaderContext[])
Initializes a new instance of IndexSearcher.LeafSlice with
the specified leaves.
Declaration
public LeafSlice(params AtomicReaderContext[] leaves)
Parameters
| Type | Name | Description |
|---|---|---|
| AtomicReaderContext[] | leaves | The collection of leaves. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|