Table of Contents

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 LuceneIndex
forceUnlock bool

Returns

Directory

CreateTaxonomyDirectory(LuceneIndex, bool)

protected virtual Directory CreateTaxonomyDirectory(LuceneIndex luceneIndex, bool forceUnlock)

Parameters

luceneIndex LuceneIndex
forceUnlock bool

Returns

Directory

Dispose()

Disposes this instance

public void Dispose()

Dispose(bool)

Disposes the instance

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

If the call is coming from the Dispose method