Class FilterDirectoryReader.SubReaderWrapper
Factory class passed to Filter
Inheritance
System.Object
FilterDirectoryReader.SubReaderWrapper
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class SubReaderWrapper : object
Constructors
| Improve this Doc View SourceSubReaderWrapper()
Constructor
Declaration
public SubReaderWrapper()
Methods
| Improve this Doc View SourceWrap(AtomicReader)
Wrap one of the parent Directory
Declaration
public abstract AtomicReader Wrap(AtomicReader reader)
Parameters
Type | Name | Description |
---|---|---|
Atomic |
reader | the subreader to wrap |
Returns
Type | Description |
---|---|
Atomic |
a wrapped/filtered Atomic |