Home
last modified time | relevance | path

Searched refs:MatchPhrasePrefix (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchPhrasePrefix.php13 class MatchPhrasePrefix extends MatchPhrase class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php26 use Elastica\Query\MatchPhrasePrefix; alias
288 public function match_phrase_prefix(?string $field = null, $values = null): MatchPhrasePrefix
290 return new MatchPhrasePrefix($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
1114 - Added Elastica\Query\MatchPhrasePrefix [#599](https://github.com/ruflin/Elastica/issues/599/)