Lucene.Net 1.9.1 Class Library

ParallelReader.Add Method (IndexReader, Boolean)

Add an IndexReader whose stored fields will not be returned. This can accellerate search when stored fields are only needed from a subset of the IndexReaders.

public virtual void Add(
   IndexReader reader,
   bool ignoreStoredFields
);

See Also

ParallelReader Class | Lucene.Net.Index Namespace | ParallelReader.Add Overload List