Lines Matching refs:term
11 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-term-query.html
16 * @param array $term Calls setRawTerm with the given $term array
18 public function __construct(array $term = [])
20 $this->setRawTerm($term);
24 * Set term can be used instead of setTerm if some more special
25 * values for a term have to be set.
27 * @param array $term Term array
31 public function setRawTerm(array $term): self
33 return $this->setParams($term);
37 * Adds a term to the term query.