Home
last modified time | relevance | path

Searched refs:targetField (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/Traits/
H A DTargetFieldTrait.php10 public function setTargetField(string $targetField): self argument
12 return $this->setParam('target_field', $targetField);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DRenameProcessor.php21 public function __construct(string $field, string $targetField) argument
24 $this->setTargetField($targetField);