Class MatchPhrasePrefixQueryBuilder

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

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