// Copyright (c) Umbraco.
// See LICENSE for more details.
namespace Umbraco.Cms.Core.Configuration.Models
{
///
/// Typed configuration options for index creator settings.
///
public class IndexCreatorSettings
{
///
/// Gets or sets a value for lucene directory factory type.
///
public string LuceneDirectoryFactory { get; set; }
}
}