maintenance/CopySearchIndex.php
Method execute
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute() {
$this->indexSuffix = $this->getOption( 'indexSuffix' );
$this->indexBaseName = $this->getOption( 'baseName',
$this->getSearchConfig()->get( SearchConfig::INDEX_BASE_NAME ) );