src/module-elasticsuite-core/Index/IndexOperation.php
IndexOperation
has 15 functions (exceeds 10 allowed). Consider refactoring. Open
Open
class IndexOperation implements IndexOperationInterface
{
/**
* @var \Magento\Framework\ObjectManagerInterface
*/
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
\Magento\Framework\ObjectManagerInterface $objectManager,
\Smile\ElasticsuiteCore\Api\Client\ClientInterface $client,
\Smile\ElasticsuiteCore\Api\Index\IndexSettingsInterface $indexSettings,
PipelineManagerInterface $pipelineManager,
\Psr\Log\LoggerInterface $logger
Method reindex
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $sourceIndices,
string $destIndex,
array $bodyParams = [],
array $sourceParams = [],
array $destParams = []