PHP Class Doctrine\Search\Mapping\Annotations\ElasticField

Inheritance: extends Field
Show file Open project: doctrine/search

Public Properties

Property Type Description
$analyzer string
$fields array
$geohash boolean
$geohash_precision string
$geohash_prefix boolean
$includeInAll boolean
$index string
$indexName string
$nullValue mixed
$path string
$properties array
$store boolean

Property Details

$analyzer public property

public string $analyzer
return string

$fields public property

public array $fields
return array

$geohash public property

public bool $geohash
return boolean

$geohash_precision public property

public string $geohash_precision
return string

$geohash_prefix public property

public bool $geohash_prefix
return boolean

$includeInAll public property

public bool $includeInAll
return boolean

$index public property

public string $index
return string

$indexName public property

public string $indexName
return string

$nullValue public property

public mixed $nullValue
return mixed

$path public property

public string $path
return string

$properties public property

public array $properties
return array

$store public property

public bool $store
return boolean