Interface IIndexPopulator
Defines the contract for classes responsible for populating search indexes with data. Implementations of this interface handle the logic required to add or update content in an index.
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IIndexPopulator
Methods
View SourceIsRegistered(IIndex)
If this index is registered with this populator
Declaration
bool IsRegistered(IIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| IIndex | index |
Returns
| Type | Description |
|---|---|
| bool |
Populate(params IIndex[])
Populate indexers
Declaration
void Populate(params IIndex[] indexes)
Parameters
| Type | Name | Description |
|---|---|---|
| IIndex[] | indexes |