Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexingRebuilderService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Services
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class IndexingRebuilderService : IIndexingRebuilderService

    Constructors

    View Source

    IndexingRebuilderService(AppCaches, IIndexRebuilder, ILogger<IndexingRebuilderService>)

    Declaration
    public IndexingRebuilderService(AppCaches runtimeCache, IIndexRebuilder indexRebuilder, ILogger<IndexingRebuilderService> logger)
    Parameters
    Type Name Description
    AppCaches runtimeCache
    IIndexRebuilder indexRebuilder
    ILogger<IndexingRebuilderService> logger

    Methods

    View Source

    CanRebuild(String)

    Declaration
    public bool CanRebuild(string indexName)
    Parameters
    Type Name Description
    System.String indexName
    Returns
    Type Description
    System.Boolean
    View Source

    IsRebuilding(String)

    Declaration
    public bool IsRebuilding(string indexName)
    Parameters
    Type Name Description
    System.String indexName
    Returns
    Type Description
    System.Boolean
    View Source

    TryRebuild(IIndex, String)

    Declaration
    public bool TryRebuild(IIndex index, string indexName)
    Parameters
    Type Name Description
    IIndex index
    System.String indexName
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IndexingRebuilderService(AppCaches, IIndexRebuilder, ILogger<IndexingRebuilderService>)
    • Methods
      • CanRebuild(String)
      • IsRebuilding(String)
      • TryRebuild(IIndex, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX