Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeferredSearchReindexService

    Queues content type, media type, and member type IDs for deferred background search reindexing with de-duplication.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDeferredSearchReindexService

    Methods

    View Source

    QueueContentTypeReindex(IReadOnlyCollection<int>)

    Queues the specified content type IDs for a deferred search reindex.

    Declaration
    void QueueContentTypeReindex(IReadOnlyCollection<int> contentTypeIds)
    Parameters
    Type Name Description
    IReadOnlyCollection<int> contentTypeIds

    The content type IDs to reindex.

    View Source

    QueueMediaTypeReindex(IReadOnlyCollection<int>)

    Queues the specified media type IDs for a deferred search reindex.

    Declaration
    void QueueMediaTypeReindex(IReadOnlyCollection<int> mediaTypeIds)
    Parameters
    Type Name Description
    IReadOnlyCollection<int> mediaTypeIds

    The media type IDs to reindex.

    View Source

    QueueMemberTypeReindex(IReadOnlyCollection<int>)

    Queues the specified member type IDs for a deferred search reindex.

    Declaration
    void QueueMemberTypeReindex(IReadOnlyCollection<int> memberTypeIds)
    Parameters
    Type Name Description
    IReadOnlyCollection<int> memberTypeIds

    The member type IDs to reindex.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX