Class FilterDirectory
Directory implementation that delegates calls to another directory. This class can be used to add limitations on top of an existing Directory implementation such as rate limiting (RateLimitedDirectoryWrapper) or to add additional sanity checks for tests. However, if you plan to write your own Directory implementation, you should consider extending directly Directory or BaseDirectory rather than try to reuse functionality of existing Directorys by extending this class.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class FilterDirectory : Directory
Constructors
Name | Description |
---|---|
FilterDirectory(Directory) | Sole constructor, typically called from sub-classes. |
Fields
Name | Description |
---|---|
m_input |
Properties
Name | Description |
---|---|
Delegate | Return the wrapped Directory. |
LockFactory |