Class UmbracoMemberIndex
Custom indexer for members
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Examine.Lucene.dll
Syntax
public class UmbracoMemberIndex : UmbracoExamineIndex, IIndexDiagnostics, IUmbracoMemberIndex, IUmbracoIndex
Constructors
View SourceUmbracoMemberIndex(ILoggerFactory, String, IOptionsMonitor<LuceneDirectoryIndexOptions>, IHostingEnvironment, IRuntimeState)
Declaration
public UmbracoMemberIndex(ILoggerFactory loggerFactory, string name, IOptionsMonitor<LuceneDirectoryIndexOptions> indexOptions, IHostingEnvironment hostingEnvironment, IRuntimeState runtimeState)
Parameters
Type | Name | Description |
---|---|---|
ILoggerFactory | loggerFactory | |
System.String | name | |
IOptionsMonitor<LuceneDirectoryIndexOptions> | indexOptions | |
IHostingEnvironment | hostingEnvironment | |
IRuntimeState | runtimeState |