Interface IUmbracoIndexConfig
Represents the configuration settings used to define and customize an Umbraco Examine index.
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IUmbracoIndexConfig
Methods
View SourceGetContentValueSetValidator()
Gets the IContentValueSetValidator used to validate content value sets before they are indexed.
Declaration
IContentValueSetValidator GetContentValueSetValidator()
Returns
| Type | Description |
|---|---|
| IContentValueSetValidator | An instance of IContentValueSetValidator for validating content value sets. |
GetMemberValueSetValidator()
Returns the Examine.IValueSetValidator used to validate value sets for members.
Declaration
IValueSetValidator GetMemberValueSetValidator()
Returns
| Type | Description |
|---|---|
| IValueSetValidator | The validator for member value sets. |
GetPublishedContentValueSetValidator()
Gets the validator used for published content value sets.
Declaration
IContentValueSetValidator GetPublishedContentValueSetValidator()
Returns
| Type | Description |
|---|---|
| IContentValueSetValidator | An IContentValueSetValidator instance for validating published content value sets. |