Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DPrefix.php13 * @param array $prefix OPTIONAL Calls setRawPrefix with the given $prefix array
17 $this->setRawPrefix($prefix);
21 * setRawPrefix can be used instead of setPrefix if some more special
28 public function setRawPrefix(array $prefix): self function in Elastica\\Query\\Prefix
44 return $this->setRawPrefix([$key => ['value' => $value, 'boost' => $boost]]);