Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    BatchSize

    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
    View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX