Class SearchIndexConfig
holds configuration about NamedIndex and NamedIndexingService
Inheritance
System.Object
SearchIndexConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[ServiceConfiguration(typeof(SearchIndexConfig), Lifecycle = ServiceInstanceScope.Singleton)]
public class SearchIndexConfig
Constructors
SearchIndexConfig()
Initializes a new instance of the SearchIndexConfig class.
Declaration
public SearchIndexConfig()
Properties
CMSNamedIndex
Gets or sets the index of the CMS named.
Declaration
public virtual string CMSNamedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.String | The index of the CMS named. |
NamedIndexes
Gets or sets the index of the named.
Declaration
public virtual Collection<string> NamedIndexes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<System.String> |
NamedIndexingService
Gets or sets the named indexing service.
Declaration
public virtual string NamedIndexingService { get; set; }
Property Value
Type | Description |
---|---|
System.String |