Search Results for

    Show / Hide Table of Contents

    Enum LuceneDirectoryFactory

    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum LuceneDirectoryFactory

    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

    Extension Methods

    DictionaryExtensions.MergeLeft<LuceneDirectoryFactory, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<LuceneDirectoryFactory, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<LuceneDirectoryFactory>()
    EnumExtensions.HasFlagAny<LuceneDirectoryFactory>(LuceneDirectoryFactory)
    ObjectExtensions.AsEnumerableOfOne<LuceneDirectoryFactory>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<LuceneDirectoryFactory, TProperty, TVal>(Expression<Func<LuceneDirectoryFactory, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<LuceneDirectoryFactory, TProperty>(Expression<Func<LuceneDirectoryFactory, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX