Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexDiagnosticsFactory

    Default implementation of IIndexDiagnosticsFactory which returns GenericIndexDiagnostics for indexes that don't have an implementation

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class IndexDiagnosticsFactory : IIndexDiagnosticsFactory

    Constructors

    View Source

    IndexDiagnosticsFactory()

    Declaration
    public IndexDiagnosticsFactory()

    Methods

    View Source

    Create(IIndex)

    Creates an IIndexDiagnostics instance for the given Examine.IIndex.

    Declaration
    public virtual IIndexDiagnostics Create(IIndex index)
    Parameters
    Type Name Description
    IIndex index

    The index to create diagnostics for.

    Returns
    Type Description
    IIndexDiagnostics

    An IIndexDiagnostics instance associated with the provided index.

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