1 2 3 4 5 6 7 8 9 10 11 12 13
<?php namespace Elastica\Query; /** * Match Phrase Prefix query. * * @author Jacques Moati <jacques@moati.net> * * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html#_match_phrase_prefix */ class MatchPhrasePrefix extends Match { }