Interface IDeferredSearchReindexService
Queues content type, media type, and member type IDs for deferred background search reindexing with de-duplication.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IDeferredSearchReindexService
Methods
View SourceQueueContentTypeReindex(IReadOnlyCollection<int>)
Queues the specified content type IDs for a deferred search reindex.
Declaration
void QueueContentTypeReindex(IReadOnlyCollection<int> contentTypeIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyCollection<int> | contentTypeIds | The content type IDs to reindex. |
QueueMediaTypeReindex(IReadOnlyCollection<int>)
Queues the specified media type IDs for a deferred search reindex.
Declaration
void QueueMediaTypeReindex(IReadOnlyCollection<int> mediaTypeIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyCollection<int> | mediaTypeIds | The media type IDs to reindex. |
QueueMemberTypeReindex(IReadOnlyCollection<int>)
Queues the specified member type IDs for a deferred search reindex.
Declaration
void QueueMemberTypeReindex(IReadOnlyCollection<int> memberTypeIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyCollection<int> | memberTypeIds | The member type IDs to reindex. |