Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureIndexOptions

    Configures the index options to construct the Examine indexes

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine.DependencyInjection
    Assembly: Umbraco.Examine.Lucene.dll
    Syntax
    public sealed class ConfigureIndexOptions : IConfigureNamedOptions<LuceneDirectoryIndexOptions>

    Constructors

    View Source

    ConfigureIndexOptions(IUmbracoIndexConfig, IOptions<IndexCreatorSettings>)

    Declaration
    public ConfigureIndexOptions(IUmbracoIndexConfig umbracoIndexConfig, IOptions<IndexCreatorSettings> settings)
    Parameters
    Type Name Description
    IUmbracoIndexConfig umbracoIndexConfig
    IOptions<IndexCreatorSettings> settings
    View Source

    ConfigureIndexOptions(IUmbracoIndexConfig, IOptions<IndexCreatorSettings>, IDeliveryApiContentIndexFieldDefinitionBuilder)

    Declaration
    public ConfigureIndexOptions(IUmbracoIndexConfig umbracoIndexConfig, IOptions<IndexCreatorSettings> settings, IDeliveryApiContentIndexFieldDefinitionBuilder deliveryApiContentIndexFieldDefinitionBuilder)
    Parameters
    Type Name Description
    IUmbracoIndexConfig umbracoIndexConfig
    IOptions<IndexCreatorSettings> settings
    IDeliveryApiContentIndexFieldDefinitionBuilder deliveryApiContentIndexFieldDefinitionBuilder

    Methods

    View Source

    Configure(LuceneDirectoryIndexOptions)

    Declaration
    public void Configure(LuceneDirectoryIndexOptions options)
    Parameters
    Type Name Description
    LuceneDirectoryIndexOptions options
    View Source

    Configure(String, LuceneDirectoryIndexOptions)

    Declaration
    public void Configure(string name, LuceneDirectoryIndexOptions options)
    Parameters
    Type Name Description
    System.String name
    LuceneDirectoryIndexOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigureIndexOptions(IUmbracoIndexConfig, IOptions<IndexCreatorSettings>)
      • ConfigureIndexOptions(IUmbracoIndexConfig, IOptions<IndexCreatorSettings>, IDeliveryApiContentIndexFieldDefinitionBuilder)
    • Methods
      • Configure(LuceneDirectoryIndexOptions)
      • Configure(String, LuceneDirectoryIndexOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX