Class LuceneRAMDirectoryFactory
Inheritance
System.Object
      Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Examine.Lucene.dll
Syntax
public class LuceneRAMDirectoryFactory : DirectoryFactoryBase
  Methods
View SourceCreateDirectory(LuceneIndex, Boolean)
Declaration
protected override Lucene.Net.Store.Directory CreateDirectory(LuceneIndex luceneIndex, bool forceUnlock)
  Parameters
| Type | Name | Description | 
|---|---|---|
| LuceneIndex | luceneIndex | |
| System.Boolean | forceUnlock | 
Returns
| Type | Description | 
|---|---|
| Lucene.Net.Store.Directory |