Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php16 public const OPERATOR_OR = 'or'; define in Elastica\\Query\\Common
83 public function setLowFrequencyOperator(string $operator = self::OPERATOR_OR): self
95 public function setHighFrequencyOperator(string $operator = self::OPERATOR_OR): self
H A DMultiMatch.php22 public const OPERATOR_OR = 'or'; define in Elastica\\Query\\MultiMatch
85 public function setOperator(string $operator = self::OPERATOR_OR): self
H A DSimpleQueryString.php13 public const OPERATOR_OR = 'or'; define in Elastica\\Query\\SimpleQueryString
52 public function setDefaultOperator(string $operator = self::OPERATOR_OR): self
H A DMatchQuery.php15 public const OPERATOR_OR = 'or'; define in Elastica\\Query\\MatchQuery
78 public function setFieldOperator(string $field, string $operator = self::OPERATOR_OR): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php29 public const OPERATOR_OR = '|';
45 self::OPERATOR_OR,
28 public const OPERATOR_OR = '|'; global() define
H A DOrFilter.php26 protected const FILTER_OPERATOR = self::OPERATOR_OR;