includes/Maintenance/IndexCreator.php
Method createIndex
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$rebuild,
$maxShardsPerNode,
$shardCount,
$replicaCount,
$refreshInterval,
Method buildSettings
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$maxShardsPerNode,
$shardCount,
$replicaCount,
$refreshInterval,
array $mergeSettings,
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Index $index,
ConfigUtils $utils,
array $analysisConfig,
array $mappings,
array $similarityConfig = null,