You are here

9 calls to SearchApiAbstractDataSourceController::checkIndex() in Search API 7

SearchApiAbstractDataSourceController::getChangedItems in includes/datasource.inc
Retrieves a list of items that need to be indexed.
SearchApiAbstractDataSourceController::getIndexStatus in includes/datasource.inc
Retrieves information on how many items have been indexed for a certain index.
SearchApiAbstractDataSourceController::stopTracking in includes/datasource.inc
Stops tracking of the index status of items for the given indexes.
SearchApiAbstractDataSourceController::trackItemChange in includes/datasource.inc
Sets the tracking status of the given items to "changed"/"dirty".
SearchApiAbstractDataSourceController::trackItemDelete in includes/datasource.inc
Stops tracking the index status for the given items on the given indexes.
SearchApiAbstractDataSourceController::trackItemIndexed in includes/datasource.inc
Sets the tracking status of the given items to "indexed".
SearchApiAbstractDataSourceController::trackItemInsert in includes/datasource.inc
Starts tracking the index status for the given items on the given indexes.
SearchApiAbstractDataSourceController::trackItemQueued in includes/datasource.inc
Sets the tracking status of the given items to "queued".
SearchApiEntityDataSourceController::getIndexBundles in includes/datasource_entity.inc
Computes the bundles that should be indexed for an index.