Home
last modified time | relevance | path

Searched refs:MatchPhrase (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchPhrasePrefix.php13 class MatchPhrasePrefix extends MatchPhrase
H A DMatchPhrase.php13 class MatchPhrase extends AbstractQuery class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php25 use Elastica\Query\MatchPhrase; alias
276 public function match_phrase(?string $field = null, $values = null): MatchPhrase
278 return new MatchPhrase($field, $values);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md642 - `\Elastica\Query\MatchPhrase` and `\Elastica\Query\MatchPhrasePrefix` do not extend `\Elastica\Query\Match` anymore because they do not share exactly the same options
666 - `\Elastica\Query\Match::setFieldType`: use `\Elastica\Query\MatchPhrase` and `\Elastica\Query\MatchPhrasePrefix` instead
1113 - Added Elastica\Query\MatchPhrase [#599](https://github.com/ruflin/Elastica/issues/599/)