Home
last modified time | relevance | path

Searched refs:_relation (Results 1 – 3 of 3) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DGeoShapeProvided.php65 'relation' => $this->_relation,
H A DAbstractGeoShape.php36 protected $_relation = self::RELATION_INTERSECT; variable in Elastica\\Query\\AbstractGeoShape
47 $this->_relation = $relation;
57 return $this->_relation;
H A DGeoShapePreIndexed.php70 'relation' => $this->_relation,