Class MatchPhraseQueryBuilder

All Implemented Interfaces:
NamedWriteable, Writeable, QueryBuilder, Rewriteable<QueryBuilder>, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class MatchPhraseQueryBuilder extends AbstractQueryBuilder<MatchPhraseQueryBuilder>
Match query is a query that analyzes the text and constructs a phrase query as the result of the analysis.