NamedWriteable, Writeable, ToXContent, ToXContentObject, QueryBuilder, Rewriteable<QueryBuilder>public class MatchPhraseQueryBuilder extends AbstractQueryBuilder<MatchPhraseQueryBuilder>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NAME |
|
static ParseField |
SLOP_FIELD |
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryNameMAX_REWRITE_ROUNDSEMPTY_PARAMS| Constructor | Description |
|---|---|
MatchPhraseQueryBuilder(java.lang.String fieldName,
java.lang.Object value) |
|
MatchPhraseQueryBuilder(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
analyzer() |
Get the analyzer to use, if previously set, otherwise null
|
MatchPhraseQueryBuilder |
analyzer(java.lang.String analyzer) |
Explicitly set the analyzer to use.
|
protected boolean |
doEquals(MatchPhraseQueryBuilder other) |
Indicates whether some other
QueryBuilder object of the same type is "equal to" this one. |
protected int |
doHashCode() |
|
protected org.apache.lucene.search.Query |
doToQuery(QueryShardContext context) |
|
protected void |
doWriteTo(StreamOutput out) |
|
protected void |
doXContent(XContentBuilder builder,
ToXContent.Params params) |
|
java.lang.String |
fieldName() |
Returns the field name used in this query.
|
static MatchPhraseQueryBuilder |
fromXContent(XContentParser parser) |
|
java.lang.String |
getWriteableName() |
Returns the name of the writeable object
|
int |
slop() |
Get the slop factor for phrase queries.
|
MatchPhraseQueryBuilder |
slop(int slop) |
Sets a slop factor for phrase queries
|
java.lang.Object |
value() |
Returns the value used in this query.
|
addValidationError, boost, boost, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toFilter, toQuery, toString, toXContent, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitrewrite, rewrite, rewrite, rewriteAndFetch, rewriteAndFetchisFragmentpublic static final java.lang.String NAME
public static final ParseField SLOP_FIELD
public MatchPhraseQueryBuilder(java.lang.String fieldName,
java.lang.Object value)
public MatchPhraseQueryBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class AbstractQueryBuilder<MatchPhraseQueryBuilder>java.io.IOExceptionpublic java.lang.String fieldName()
public java.lang.Object value()
public MatchPhraseQueryBuilder analyzer(java.lang.String analyzer)
public java.lang.String analyzer()
public MatchPhraseQueryBuilder slop(int slop)
public int slop()
public java.lang.String getWriteableName()
NamedWriteableprotected void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContent in class AbstractQueryBuilder<MatchPhraseQueryBuilder>java.io.IOExceptionprotected org.apache.lucene.search.Query doToQuery(QueryShardContext context) throws java.io.IOException
doToQuery in class AbstractQueryBuilder<MatchPhraseQueryBuilder>java.io.IOExceptionprotected boolean doEquals(MatchPhraseQueryBuilder other)
AbstractQueryBuilderQueryBuilder object of the same type is "equal to" this one.doEquals in class AbstractQueryBuilder<MatchPhraseQueryBuilder>protected int doHashCode()
doHashCode in class AbstractQueryBuilder<MatchPhraseQueryBuilder>public static MatchPhraseQueryBuilder fromXContent(XContentParser parser) throws java.io.IOException
java.io.IOException