You are here

public function SearchApiDataSourceControllerInterface::trackItemIndexed in Search API 7

Sets the tracking status of the given items to "indexed".

Parameters

array $item_ids: The IDs of the indexed items.

SearchApiIndex $index: The index on which the items were indexed.

Throws

SearchApiDataSourceException If any error state was encountered.

1 method overrides SearchApiDataSourceControllerInterface::trackItemIndexed()
SearchApiAbstractDataSourceController::trackItemIndexed in includes/datasource.inc
Sets the tracking status of the given items to "indexed".

File

includes/datasource.inc, line 228
Contains the SearchApiDataSourceControllerInterface as well as a default base class.

Class

SearchApiDataSourceControllerInterface
Interface for all data source controllers for Search API indexes.

Code

public function trackItemIndexed(array $item_ids, SearchApiIndex $index);