private function getMinScoreConfiguration($scopeCode)
    {
        $path = self::BASE_RELEVANCE_CONFIG_XML_PREFIX . "/" . self::MIN_SCORE_CONFIG_XML_PREFIX;

        $minScore = (bool) $this->getConfigValue($path . "/enable_use_min_score", $scopeCode);