Lines Matching defs:prefix
8 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-prefix-query.html
13 * @param array $prefix OPTIONAL Calls setRawPrefix with the given $prefix array
15 public function __construct(array $prefix = [])
17 $this->setRawPrefix($prefix);
22 * values for a prefix have to be set.
24 * @param array $prefix Prefix array
28 public function setRawPrefix(array $prefix): self
30 return $this->setParams($prefix);
34 * Adds a prefix to the prefix query.