Class MatchPhraseQueryBuilder

All Implemented Interfaces:
NamedWriteable, Writeable, QueryBuilder, Rewriteable<QueryBuilder>, ToXContent, 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.