Change record status: 
Project: 
Introduced in branch: 
8.x-1.x
Introduced in version: 
8.x-1.40
Description: 

The \Drupal\search_api\IndexBatchHelper class has been deprecated. Use the new search_api.indexing_batch_helper service instead.

Old code

$batch = IndexBatchHelper::create($index);

New code

$batch = \Drupal::service('search_api.indexing_batch_helper')->createBatch($index);

Impacts: 
Module developers