Class MatchPhraseQueryBuilder

java.lang.Object
org.elasticsearch.index.query.AbstractQueryBuilder<MatchPhraseQueryBuilder>
org.elasticsearch.index.query.MatchPhraseQueryBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, QueryBuilder, Rewriteable<QueryBuilder>

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.