Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php25 public const ZERO_TERM_NONE = 'none'; define in Elastica\\Query\\MultiMatch
109 public function setZeroTermsQuery(string $zeroTermQuery = self::ZERO_TERM_NONE): self
H A DMatchQuery.php18 public const ZERO_TERM_NONE = 'none'; define in Elastica\\Query\\MatchQuery
168 public function setFieldZeroTermsQuery(string $field, string $zeroTermQuery = self::ZERO_TERM_NONE): self