$this->prefix =
$prefix;
$this->indexConfig =
$indexConfig;
} /**
* @param string $mappingType
*
* @return IndexConfiguration
*/
public function createIndexConfiguration(Shop
$shop,
$mappingType) { return new IndexConfiguration( $this->
getIndexName($shop,
$mappingType) . '_' .
$this->
getTimestamp(),
$this->
getIndexName($shop,
$mappingType),
null,
null,
null,
null,
$this->indexConfig
);
} /**
* @param string $mappingType
*
* @return ShopIndex
*/