Свойство | Type | Description | |
---|---|---|---|
$data | array | The raw mapping data from elasticsearch | |
$name | string | The name of the type this mapping data is for. |
Méthode | Description | |
---|---|---|
__construct ( string $name, array $data ) | Constructor | |
field ( string $name ) : array | null | Get the mapping information for a single field. | |
fieldType ( string $name ) : string | null | Get the field type for a field. | |
fields ( ) : array | Get the field names in the mapping. | |
name ( ) : string | Get the name of the type for this mapping. |
public __construct ( string $name, array $data ) | ||
$name | string | The name of the type of the mapping data |
$data | array | The mapping data from elasticsearch |
protected array $data | ||
Résultat | array |
protected string $name | ||
Résultat | string |