Smile\ElasticsuiteCore\Helper\IndexSettings::getBatchIndexingSize PHP Метод

getBatchIndexingSize() публичный Метод

Get number the batch indexing size from the configuration.
public getBatchIndexingSize ( ) : integer
Результат integer
    public function getBatchIndexingSize()
    {
        return (int) $this->getIndicesSettingsConfigParam('batch_indexing_size');
    }

Usage Example

Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function getBatchIndexingSize()
 {
     return $this->helper->getBatchIndexingSize();
 }