View Source
Configures the index options to construct the Examine indexes
Inheritance
System.Object
Assembly: Umbraco.Examine.Lucene.dll
public sealed class ConfigureIndexOptions : IConfigureNamedOptions<LuceneDirectoryIndexOptions>
Constructors
View Source
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
Methods
View Source
Declaration
public void Configure(LuceneDirectoryIndexOptions options)
Parameters
Type |
Name |
Description |
LuceneDirectoryIndexOptions |
options |
|
View Source
Declaration
public void Configure(string name, LuceneDirectoryIndexOptions options)
Parameters
Type |
Name |
Description |
System.String |
name |
|
LuceneDirectoryIndexOptions |
options |
|