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

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<LuceneDirectoryFactory, TProperty>(LuceneDirectoryFactory, Expression<Func<LuceneDirectoryFactory, TProperty>>)
    DictionaryExtensions.MergeLeft<LuceneDirectoryFactory, TK, TV>(LuceneDirectoryFactory, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<LuceneDirectoryFactory, TK, TV>(LuceneDirectoryFactory, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<LuceneDirectoryFactory>(LuceneDirectoryFactory)
    ObjectExtensions.AsEnumerableOfOne<LuceneDirectoryFactory>(LuceneDirectoryFactory)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX