Class IndexingSettings
Typed configuration options for index creator settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Indexing")]
public class IndexingSettings
Properties
View SourceBatchSize
Gets or sets a value for how many items to index at a time.
Declaration
public int BatchSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ExplicitlyIndexEachNestedProperty
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 |
|---|---|
| bool |