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 |
---|---|---|
Lucene |
luceneIndex | |
System. |
forceUnlock |
Returns
Type | Description |
---|---|
Lucene. |