PHP Class Doctrine\Search\Mapping\Annotations\ElasticSearchable

Inheritance: extends Doctrine\Search\Mapping\Annotations\Searchable
显示文件 Open project: doctrine/search

Public Properties

Property Type Description
$boost float
$numberOfReplicas integer
$numberOfShards integer
$parent string
$source boolean
$timeToLive integer TTL in milliseconds

Property Details

$boost public_oe property

public float $boost
return float

$numberOfReplicas public_oe property

public int $numberOfReplicas
return integer

$numberOfShards public_oe property

public int $numberOfShards
return integer

$parent public_oe property

public string $parent
return string

$source public_oe property

public bool $source
return boolean

$timeToLive public_oe property

TTL in milliseconds
public int $timeToLive
return integer