Enum LuceneDirectoryFactory
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public enum LuceneDirectoryFactory : int
  Fields
| Name | Description | 
|---|---|
| Default | The index will operate from the default location: Umbraco/Data/Temp/ExamineIndexes  | 
      
| SyncedTempFileSystemDirectoryFactory | The index will operate on a local index created in the processes %temp% location and will replicate back to main storage in Umbraco/Data/Temp/ExamineIndexes  | 
      
| TempFileSystemDirectoryFactory | The index will operate only in the processes %temp% directory location  |