• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIndexRebuilder

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IIndexRebuilder

    Methods

    View Source

    CanRebuild(String)

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

    RebuildIndex(String, Nullable<TimeSpan>, Boolean)

    Declaration
    void RebuildIndex(string indexName, TimeSpan? delay = null, bool useBackgroundThread = true)
    Parameters
    Type Name Description
    System.String indexName
    System.Nullable<TimeSpan> delay
    System.Boolean useBackgroundThread
    View Source

    RebuildIndexes(Boolean, Nullable<TimeSpan>, Boolean)

    Declaration
    void RebuildIndexes(bool onlyEmptyIndexes, TimeSpan? delay = null, bool useBackgroundThread = true)
    Parameters
    Type Name Description
    System.Boolean onlyEmptyIndexes
    System.Nullable<TimeSpan> delay
    System.Boolean useBackgroundThread
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanRebuild(String)
      • RebuildIndex(String, Nullable<TimeSpan>, Boolean)
      • RebuildIndexes(Boolean, Nullable<TimeSpan>, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX