Search Results for

    Show / Hide Table of Contents
    View Source

    Class LuceneIndexDiagnosticsFactory

    Implementation of IIndexDiagnosticsFactory which returns LuceneIndexDiagnostics for lucene based indexes that don't have an implementation else fallsback to the default IndexDiagnosticsFactory implementation.

    Inheritance
    System.Object
    IndexDiagnosticsFactory
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Examine.Lucene.dll
    Syntax
    public class LuceneIndexDiagnosticsFactory : IndexDiagnosticsFactory, IIndexDiagnosticsFactory

    Constructors

    View Source

    LuceneIndexDiagnosticsFactory(ILoggerFactory, IHostingEnvironment)

    Declaration
    public LuceneIndexDiagnosticsFactory(ILoggerFactory loggerFactory, IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    ILoggerFactory loggerFactory
    IHostingEnvironment hostingEnvironment

    Methods

    View Source

    Create(IIndex)

    Declaration
    public override IIndexDiagnostics Create(IIndex index)
    Parameters
    Type Name Description
    IIndex index
    Returns
    Type Description
    IIndexDiagnostics
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LuceneIndexDiagnosticsFactory(ILoggerFactory, IHostingEnvironment)
    • Methods
      • Create(IIndex)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX