Smile\ElasticsuiteCore\Helper\IndexSettings::getBatchIndexingSize PHP Method

getBatchIndexingSize() public method

Get number the batch indexing size from the configuration.
public getBatchIndexingSize ( ) : integer
return integer
    public function getBatchIndexingSize()
    {
        return (int) $this->getIndicesSettingsConfigParam('batch_indexing_size');
    }

Usage Example

コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getBatchIndexingSize()
 {
     return $this->helper->getBatchIndexingSize();
 }