Smile\ElasticsuiteCore\Helper\IndexSettings::getIndicesSettingsConfigParam PHP Method

getIndicesSettingsConfigParam() private method

Read config under the path smile_elasticsuite_core_base_settings/indices_settings.
private getIndicesSettingsConfigParam ( string $configField ) : mixed
$configField string Configuration field name.
return mixed
    private function getIndicesSettingsConfigParam($configField)
    {
        $path = self::INDICES_SETTINGS_CONFIG_XML_PREFIX . '/' . $configField;
        return $this->getElasticSuiteConfigParam($path);
    }