PHP Class ElasticSearcher\Abstracts\AbstractIndex

Inheritance: use trait ElasticSearcher\Traits\BodyTrait
Afficher le fichier Open project: madewithlove/elasticsearcher Class Usage Examples

Protected Properties

Свойство Type Description
$fragmentParser ElasticSearcher\Parsers\FragmentParser

Méthodes publiques

Méthode Description
__construct ( )
getBody ( ) : array
getInternalName ( ) : string The name used to communicate with the elasticsearch server. Can be used to add a prefix but still use the name to refer to it.
getName ( ) : string
getSettings ( ) : array
getType ( string $type ) : array
getTypes ( ) : array
setSettings ( array $settings ) : array
setTypes ( array $types ) : array
setup ( ) : array

Method Details

__construct() public méthode

public __construct ( )

getBody() public méthode

public getBody ( ) : array
Résultat array

getInternalName() public méthode

The name used to communicate with the elasticsearch server. Can be used to add a prefix but still use the name to refer to it.
public getInternalName ( ) : string
Résultat string

getName() abstract public méthode

abstract public getName ( ) : string
Résultat string

getSettings() public méthode

public getSettings ( ) : array
Résultat array

getType() public méthode

public getType ( string $type ) : array
$type string
Résultat array

getTypes() public méthode

public getTypes ( ) : array
Résultat array

setSettings() public méthode

public setSettings ( array $settings ) : array
$settings array
Résultat array

setTypes() public méthode

public setTypes ( array $types ) : array
$types array
Résultat array

setup() abstract public méthode

abstract public setup ( ) : array
Résultat array

Property Details

$fragmentParser protected_oe property

protected FragmentParser,ElasticSearcher\Parsers $fragmentParser
Résultat ElasticSearcher\Parsers\FragmentParser