Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\RelevanceConfig\Factory::getMinimumShouldMatch PHP Method

getMinimumShouldMatch() private method

Retrieve minimum should match config for a container.
private getMinimumShouldMatch ( string $scopeCode ) : string
$scopeCode string The scope code.
return string
    private function getMinimumShouldMatch($scopeCode)
    {
        $path = self::BASE_RELEVANCE_CONFIG_XML_PREFIX . "/" . self::MINIMUM_SHOULD_MATCH_CONFIG_XML_PATH;
        return $this->getConfigValue($path, $scopeCode);
    }