Constants

RELATION_INTERSECT

RELATION_INTERSECT

RELATION_DISJOINT

RELATION_DISJOINT

RELATION_CONTAINS

RELATION_CONTAINS

Properties

$_path

$_path : string

Type

string — elasticsearch path of the pre-indexed shape

$_relation

$_relation : string

Type

string — the relation of the 2 shaped: intersects, disjoint, within

$_params

$_params : array

Params.

Type

array

$_rawParams

$_rawParams : array

Raw Params.

Type

array

$_indexedId

$_indexedId : string

elasticsearch id of the pre-indexed shape.

Type

string

$_indexedType

$_indexedType : string

elasticsearch type of the pre-indexed shape.

Type

string

$_indexedIndex

$_indexedIndex : string

elasticsearch index of the pre-indexed shape.

Type

string

$_indexedPath

$_indexedPath : string

elasticsearch path/field name of the pre-indexed shape.

Type

string

Methods

setRelation()

setRelation(string  $relation) : $this

Parameters

string $relation

Returns

$this

getRelation()

getRelation() : string

Returns

string

toArray()

toArray() : array

Converts query to array.

Returns

array

setParam()

setParam(string  $key, mixed  $value) : $this

Sets (overwrites) the value at the given key.

Parameters

string $key

Key to set

mixed $value

Key Value

Returns

$this

setParams()

setParams(array  $params) : $this

Sets (overwrites) all params of this object.

Parameters

array $params

Parameter list

Returns

$this

addParam()

addParam(string  $key, mixed  $value) : $this

Adds a param to the list.

This function can be used to add an array of params

Parameters

string $key

Param key

mixed $value

Value to set

Returns

$this

getParam()

getParam(string  $key) : mixed

Returns a specific param.

Parameters

string $key

Key to return

Throws

\Elastica\Exception\InvalidException

If requested key is not set

Returns

mixed —

Key value

hasParam()

hasParam(string  $key) : boolean

Test if a param is set.

Parameters

string $key

Key to test

Returns

boolean —

True if the param is set, false otherwise

getParams()

getParams() : array

Returns the params array.

Returns

array —

Params

__construct()

__construct(string  $path, string  $indexedId, string  $indexedType, string  $indexedIndex, string  $indexedPath) 

Construct geo_shape query with a pre-indexed shape.

Parameters

string $path

The path/field of the shape searched

string $indexedId

Id of the pre-indexed shape

string $indexedType

Type of the pre-indexed shape

string $indexedIndex

Index of the pre-indexed shape

string $indexedPath

Path of the pre-indexed shape

_convertArrayable()

_convertArrayable(array  $array) : array

Cast objects to arrays.

Parameters

array $array

Returns

array

_getBaseName()

_getBaseName() : string

Param's name Picks the last part of the class name and makes it snake_case You can override this method if you want to change the name.

Returns

string —

name

_setRawParam()

_setRawParam(string  $key, mixed  $value) : $this

Sets params not inside params array.

Parameters

string $key
mixed $value

Returns

$this