public class MatchPhraseQueryBuilder extends AbstractQueryBuilder<MatchPhraseQueryBuilder>
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static ParseField |
SLOP_FIELD |
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryNameEMPTY_PARAMS| Constructor and Description |
|---|
MatchPhraseQueryBuilder(StreamInput in)
Read from a stream.
|
MatchPhraseQueryBuilder(java.lang.String fieldName,
java.lang.Object value) |
| Modifier and Type | Method and 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 java.util.Optional<MatchPhraseQueryBuilder> |
fromXContent(QueryParseContext parseContext) |
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, convertToBytesRefIfString, convertToStringIfBytesRef, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, printBoostAndQueryName, queryName, queryName, readQueries, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toFilter, toQueries, toQuery, toXContent, writeQueries, writeTobuildAsBytes, buildAsBytes, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitrewriteQueryisFragmentpublic 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 java.util.Optional<MatchPhraseQueryBuilder> fromXContent(QueryParseContext parseContext) throws java.io.IOException
java.io.IOException