Class IndexingSettings
Typed configuration options for index creator settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class IndexingSettings
Properties
View SourceExplicitlyIndexEachNestedProperty
Gets or sets a value for whether each nested property should have it's own indexed value. Requires a rebuild of indexes when changed.
Declaration
public bool ExplicitlyIndexEachNestedProperty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |