Lines Matching defs:term
10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html
15 * @param array $term Calls setTerm with the given $term array
17 public function __construct(array $term = [])
19 $this->setRawTerm($term);
23 * Set term can be used instead of addTerm if some more special
24 * values for a term have to be set.
26 * @param array $term Term array
30 public function setRawTerm(array $term): self
32 return $this->setParams($term);
36 * Adds a term to the term query.