Class FilterDirectoryReader.SubReaderWrapper
Factory class passed to FilterDirectoryReader constructor that allows
subclasses to wrap the filtered DirectoryReader's subreaders. You
can use this to, e.g., wrap the subreaders with specialized
Inheritance
System.Object
FilterDirectoryReader.SubReaderWrapper
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SubReaderWrapper : object
Constructors
Name | Description |
---|---|
SubReaderWrapper() | Constructor |
Methods
Name | Description |
---|---|
Wrap(AtomicReader) | Wrap one of the parent DirectoryReader's subreaders |