Class DirectoryFactoryBase
- Namespace
- Examine.Lucene.Directories
- Assembly
- Examine.Lucene.dll
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public abstract class DirectoryFactoryBase : IDirectoryFactory, IDisposable
- Inheritance
-
DirectoryFactoryBase
- Implements
- Derived
- Inherited Members
Methods
CreateDirectory(LuceneIndex, bool)
protected abstract Directory CreateDirectory(LuceneIndex luceneIndex, bool forceUnlock)
Parameters
luceneIndex
LuceneIndexforceUnlock
bool
Returns
- Directory
CreateTaxonomyDirectory(LuceneIndex, bool)
protected virtual Directory CreateTaxonomyDirectory(LuceneIndex luceneIndex, bool forceUnlock)
Parameters
luceneIndex
LuceneIndexforceUnlock
bool
Returns
- Directory
Dispose()
Disposes this instance
public void Dispose()
Dispose(bool)
Disposes the instance
protected virtual void Dispose(bool disposing)
Parameters
disposing
boolIf the call is coming from the Dispose method