Constructor ParallelAtomicReader
ParallelAtomicReader(AtomicReader[])
Create a ParallelAtomicReader based on the provided
readers; auto-disposes the given readers
on Dispose().
Declaration
public ParallelAtomicReader(params AtomicReader[] readers)
Parameters
Type | Name | Description |
---|---|---|
AtomicReader[] | readers |
ParallelAtomicReader(Boolean, AtomicReader[])
Create a ParallelAtomicReader based on the provided
readers
.
Declaration
public ParallelAtomicReader(bool closeSubReaders, params AtomicReader[] readers)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | closeSubReaders | |
AtomicReader[] | readers |
ParallelAtomicReader(Boolean, AtomicReader[], AtomicReader[])
Expert: create a ParallelAtomicReader based on the provided
readers
and storedFieldsReaders
; when a document is
loaded, only storedFieldsReaders
will be used.
Declaration
public ParallelAtomicReader(bool closeSubReaders, AtomicReader[] readers, AtomicReader[] storedFieldsReaders)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | closeSubReaders | |
AtomicReader[] | readers | |
AtomicReader[] | storedFieldsReaders |