Smile\ElasticsuiteCore\Api\Index\IndexSettingsInterface::getBatchIndexingSize PHP Method

getBatchIndexingSize() public method

Get indexing batch size configured.
public getBatchIndexingSize ( ) : integer
return integer
    public function getBatchIndexingSize();

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getBatchIndexingSize()
 {
     return $this->indexSettings->getBatchIndexingSize();
 }