Log in
Interface

ClientFactoryInterface

Magento\AdvancedSearch\Model\Client\ClientFactoryInterface

What it does

This interface defines a factory pattern for creating search client instances in Magento's Advanced Search module.

Developers implement this interface to provide factory classes that instantiate specific search engine clients (like Elasticsearch) with configurable options.

It's used when you need to create search client connections with different configurations at runtime.

Public Methods

  • create()