public function TrackerInterface::trackItemsIndexed in Search API 8
Marks items as indexed for this index.
Parameters
string[] $ids: An array of item IDs.
2 methods override TrackerInterface::trackItemsIndexed()
- Basic::trackItemsIndexed in src/Plugin/ search_api/ tracker/ Basic.php 
- Marks items as indexed for this index.
- TestTracker::trackItemsIndexed in tests/search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php 
- Marks items as indexed for this index.
File
- src/Tracker/ TrackerInterface.php, line 54 
Class
- TrackerInterface
- Defines an interface for index tracker plugins.
Namespace
Drupal\search_api\TrackerCode
public function trackItemsIndexed(array $ids);