PHP Interface Smile\ElasticsuiteCore\Api\Index\DatasourceInterface

Author: Aurelien FOUCRET ([email protected])
Show file Open project: smile-sa/elasticsuite

Public Methods

Method Description
addData ( integer $storeId, array $indexData ) : array Append data to a list of documents.

Method Details

addData() public method

Append data to a list of documents.
public addData ( integer $storeId, array $indexData ) : array
$storeId integer Store id.
$indexData array List of documents to get enriched by the datasources.
return array