PHP Interface Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\FieldInterface

Author: Romain Ruaud ([email protected])
Show file Open project: smile-sa/elasticsuite

Public Methods

Method Description
showInContainer ( ) : boolean Check whether field should be shown in container scope
showInDefault ( ) : boolean Check whether field should be shown in default scope
showInStore ( ) : boolean Check whether field should be shown in store scope

Method Details

showInContainer() public method

Check whether field should be shown in container scope
public showInContainer ( ) : boolean
return boolean

showInDefault() public method

Check whether field should be shown in default scope
public showInDefault ( ) : boolean
return boolean

showInStore() public method

Check whether field should be shown in store scope
public showInStore ( ) : boolean
return boolean