PHP 인터페이스 Smile\ElasticsuiteCore\Api\Index\IndexSettingsInterface

저자: Aurelien FOUCRET ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite 0 사용 예제들

공개 메소드들

메소드 설명
createIndexNameFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string Create a new index for an identifier (eg. catalog_product) by store including current date.
getAnalysisSettings ( integer | string | Magento\Store\Api\Data\StoreInterface $store ) : array Load analysis settings by store.
getBatchIndexingSize ( ) : integer Get indexing batch size configured.
getCreateIndexSettings ( ) : array Returns settings used during index creation.
getIndexAliasFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string Returns the index alias for an identifier (eg. catalog_product) by store.
getIndexConfig ( string $indexIdentifier ) : array Return config of an index.
getIndicesConfig ( ) : array Returns the list of the available indices declared in elasticsuite_indices.xml.
getInstallIndexSettings ( ) : array Returns settings used when installing an index.

메소드 상세

createIndexNameFromIdentifier() 공개 메소드

Create a new index for an identifier (eg. catalog_product) by store including current date.
public createIndexNameFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string
$indexIdentifier string Index identifier.
$store integer | string | Magento\Store\Api\Data\StoreInterface Store.
리턴 string

getAnalysisSettings() 공개 메소드

Load analysis settings by store.
public getAnalysisSettings ( integer | string | Magento\Store\Api\Data\StoreInterface $store ) : array
$store integer | string | Magento\Store\Api\Data\StoreInterface Store.
리턴 array

getBatchIndexingSize() 공개 메소드

Get indexing batch size configured.
public getBatchIndexingSize ( ) : integer
리턴 integer

getCreateIndexSettings() 공개 메소드

Returns settings used during index creation.
public getCreateIndexSettings ( ) : array
리턴 array

getIndexAliasFromIdentifier() 공개 메소드

Returns the index alias for an identifier (eg. catalog_product) by store.
public getIndexAliasFromIdentifier ( string $indexIdentifier, integer | string | Magento\Store\Api\Data\StoreInterface $store ) : string
$indexIdentifier string Index identifier.
$store integer | string | Magento\Store\Api\Data\StoreInterface Store.
리턴 string

getIndexConfig() 공개 메소드

Return config of an index.
public getIndexConfig ( string $indexIdentifier ) : array
$indexIdentifier string Index indentifier.
리턴 array

getIndicesConfig() 공개 메소드

Returns the list of the available indices declared in elasticsuite_indices.xml.
public getIndicesConfig ( ) : array
리턴 array

getInstallIndexSettings() 공개 메소드

Returns settings used when installing an index.
public getInstallIndexSettings ( ) : array
리턴 array