Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Structure\Element\FlyweightFactory::create PHP Method

create() public method

Create element flyweight flyweight
public create ( string $type ) : Magento\Config\Model\Config\Structure\ElementInterface
$type string The element type
return Magento\Config\Model\Config\Structure\ElementInterface
    public function create($type)
    {
        return $this->_objectManager->create($this->flyweightMap[$type]);
    }
FlyweightFactory