| D | Mapping.php | 46 return $this->setParam('properties', $properties); 70 return $this->setParam('_meta', $meta); 87 return $this->setParam('_source', $source); 124 public function setParam(string $key, $value): Mapping function in Elastica\\Mapping 134 * @see setParam
|